Customized autosuggestion view in android
问题 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. NB: The