在编辑文本中键入单词时如何过滤列表视图 +简单游标适配器
我正在开发一本字典。我在从列表视图中过滤数据时遇到问题。我使用简单光标适配器进行列表视图。过滤列表视图不起作用。我已经解决了这里已经提出的一些问题,但仍然无法解决问题。请看一下代码。
I am developing a dictionary.Iam facing problem while filtering data from the list view. I have used Simple Cursor Adapter for list view. filtering the list view is not working. I have gone through some of the questions already asked here, still couldn't resolve the problem. Please have a look at the code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将适配器光标更改为通过过滤器获取的光标。
You need to change the adapter cursor to the one aquired with the filter.