02 2015 档案

摘要:OrmLite是一个轻量级的对象关系映射包,由Java语言开发。Github上有ormlite-core,ormlite-android,ormlite-examples,分别是主要库,android依赖和一些教程。一、准备为了在android上使用OrmLite,我们需要下载ormlite-cor... 阅读全文
posted @ 2015-02-06 18:09 Alex_the_coder 阅读(4597) 评论(0) 推荐(0)
摘要:项目中需要使用AutoCompleteTextView实现邮箱后缀名提示,因此把AutoCompleteTextView源码也顺便看了一下。AutoCompleteTextView继承了EditText,同时实现了Filter.FilterListener接口。public class AutoCo... 阅读全文
posted @ 2015-02-04 10:32 Alex_the_coder 阅读(1364) 评论(0) 推荐(0)