本文介绍了安卓.Autocompletetextview和sqlite的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在为以下问题寻找解决方案.
I'm trying to find a solution for following thing.
在sqlite一侧进行过滤的自动完成文本视图.
Autocompletetextview with filtering on sqlite side.
我想,我应该编写自定义的CursorAdapter,它实现Filterable,但是我不知道从哪里开始.
I guess, I should write custom CursorAdapter, which implements Filterable, but I have no idea, where to start.
有人看到过相关的示例/教程吗?
Did anybody see any examples / tutorials for that?
Mur
推荐答案
所以这是我的问题的答案.
So here is a post as answer to my question.
http://hello-android.blogspot.com/2011/06/using-autocompletetextview-with-sqlite.html
希望对其他人有帮助.
这篇关于安卓.Autocompletetextview和sqlite的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!