Android - 从自动完成文本视图中识别所选项目
我对 Android 世界非常陌生:我有一个自动完成文本视图,允许我从城市列表中进行选择。 如何显示我从该列表中选择的城市? (这个名单相当大)
i'm very new to the Android world: i have an autocompletetextview that allows me to choose from a list of cities.
How can i display the city i've selected from that list? (This list is quite big)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
建议你看看API DEMO项目。有一个自动完成文本视图的示例
Suggest you look at the API DEMO project. There is a sample for the autocompletetextview