Android中AutoCompleteTextView的使用

来源:互联网 发布:淘宝人生 笔趣阁 编辑:程序博客网 时间:2024/05/01 05:32

1、http://blog.csdn.net/FX_SKY/article/details/9326129 此博客讲解了auto组件如何使用baseAdapter来扩展功能,推荐参照此博客写demo

2、http://blog.csdn.net/iamkila/article/details/7230160 此博客详细解释了baseAdapter和filter的作用,促进对上篇博客内容的理解。关于auto的样式,popu宽度,高度,间距等做了详细解释。

3、http://www.cnblogs.com/plokmju/p/android_ui_autocompletetextview.html  autoCTV组件简单的用法,作为入门来看。

4、http://wptrafficanalyzer.in/blog/customizing-autocompletetextview-to-display-images-and-text-in-the-suggestion-list-using-simpleadapter-in-android/ 对auto组件的扩展,深入了解可参考

5、http://stackoverflow.com/questions/8784249/android-autocompletetextview-with-custom-adapter-filtering-not-working stackoverflow对于filter的代码示例

6、http://www.pocketdigi.com/20130124/981.html 数据库相关

7、http://zhiweiofli.iteye.com/blog/1671180 类似2的博客内容

8、http://developer.android.com/reference/android/widget/AutoCompleteTextView.html sdk地址,写代码多查下

0 0