自定义自动完成文本视图
任何人都可以帮忙满足这个要求吗?
我在 form 中有一个 Autocompletetextview 。我在下拉列表中显示公司名称。它工作正常,但现在我需要显示位置(例如:海得拉巴,安得拉邦,印度),就像列表项的公司名称下方一样。因此键入的文本应仅与公司名称匹配,而不与位置匹配。
这里最主要的是自动完成应该使用公司名称而不是位置提示来完成。
我现在该怎么办。请
提前致谢。
Can anyone please help with this requirement .
I have an Autocompletetextview in form . I am displaying business names in drop down list . its working fine with this, but now i need to show the location(eg: hyderabad,Andhra Pradesh ,India) like so below the business name of a list item . so that text typed should match only with the business names and not the location .
Main thing here is Autocomplete should be done with business names and not with location hint.
What should i do now . Plz its urgent
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您可以通过扩展基本适配器来创建自己的自定义适配器。
并创建行设计的布局...并将位置数组传递给适配器,而不是传递业务名称 API...
For This You can create your own Custom adapter by Extending the base adapter..
And create a layout of your row design....And pass the location array to the adapter rather than passing the Buisness name API...