Our code for today will give us an alternative to using the Android spinner. This ListView drop-down functions like a spinner but:
I love how it looks and response to user touch, it feels smoother and faster than a spinner.
It can also be easily customized, you won't have to get stuck with default spinner look.
It can be triggered on any view elements such as a Button, Layout, TextView or
↧