1

I want to create a country-input-box with auto suggestion list.

The suggestion view will contain two list-box. one will contain all the countries which contain the partial word user typed. and next select list will contain name of all the continents based on the countries in the country-list.

User can click the country-list to choose a country or he can click to the continent to filter the item in the country list.

I want to know whether there is any way to accomplish it in android.

example image

NB: The above question is simplified to demo my requirement.

Mohammed H
  • 6,880
  • 16
  • 81
  • 127
  • what do you have problem with? – pskink Apr 09 '14 at 12:22
  • @pskink I know to display a single list (here country list) as suggestion list. But I don't have any idea to display two lists and a label in suggestion-view. – Mohammed H Apr 09 '14 at 12:32
  • you cannot have two dropdown lists, but you can combine countries and continents in one dropdown – pskink Apr 09 '14 at 13:19
  • Probably Custom adapter will help you. Take a look at this http://stackoverflow.com/questions/16782288/autocompletetextview-with-custom-adapter-and-filter. I guess you need to create divider in custom adapter. – Andrew F Apr 10 '14 at 10:54

0 Answers0