Create a dropdown List in android not spinner -


In my application, I want to create a drop down that shows the data, but the dropdown looks like a drop down A spinner that has not been shown in the web

I have created a dropdown demo project on Gitob by which I can do this. Widgets

This is based on the text view used to show the currently selected option, and a linear layout with options. When the title is clicked, I am animate in linear layout with the option, and once Alt is chosen, the linear layout is animated.

This project can be found here:

Hope it helps :)

Comments