Skip to content Skip to sidebar Skip to footer

How To Set Search Interface In A Custom Spinner In Android

I am new to android trying to create a custom spinner which hold so many of data in list so i made the spinnermode as dialog and now i want to make the searchable interface or auto

Solution 1:

Using an autocomplete textview will make it so much easier.

You can take a look at this tutorial for that:

http://www.tutorialspoint.com/android/android_auto_complete.htm

Post a Comment for "How To Set Search Interface In A Custom Spinner In Android"