自定义自动完成文本视图

发布于 2024-12-03 20:09:38 字数 226 浏览 0 评论 0原文

任何人都可以帮忙满足这个要求吗?

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云巢 2024-12-10 20:09:39

为此,您可以通过扩展基本适配器来创建自己的自定义适配器。
并创建行设计的布局...并将位置数组传递给适配器,而不是传递业务名称 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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文