单击自动完成条目
我创建了一个自动完成功能,其中的条目来自数据库。 此外,我想单击此条目并根据所选内容在数据库中查询一些数据,知道我应该实现什么方法作为 clickListener 吗?
到目前为止,我的代码是这样构建的:
http:// thinkandroid.wordpress.com/2010/02/08/writing-your-own-autocompletetextview/
更新: 我的数据库中的表如下所示:ROUTE USER_ID。在我的自动完成中,我仅显示了 ROUTE(名为 ROUTE 的列),当我单击路线时,我想找出该 ROUTE 的 USER_ID。
I created an autocomplete which has his entries coming from a database.
Further,I wanna click on this entries and query in the database for some data depending on what was selected,any idea of what method should I implement as a clickListener?
Until now my code was built like this one:
http://thinkandroid.wordpress.com/2010/02/08/writing-your-own-autocompletetextview/
UPDATE:
A table in my database is like this: ROUTE USER_ID.In my autocomplete I have displayed the ROUTE only(the column named ROUTE) and when I click route I wanna find out the USER_ID for that ROUTE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论