I have a screen (Android Smartphone) where the user has to make a choice from 2 dropdowns / spinners, second dropdowns' options are dependent on first dropdown's choice.
The number of items in each dropdown can go upto 50.
So i have two options horizontal scrollable list, and spinners. Which is better in my case and how's the selection normally done between these two.


