Customized autosuggestion view in android

寵の児 提交于 2019-12-24 13:19:43

问题


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 above question is simplified to demo my requirement.

来源:https://stackoverflow.com/questions/22962064/customized-autosuggestion-view-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!