摘要:
注意,Camera API在API>=21已经被废弃了,建议使用android.hardware.camera2 API来进行操作。调用Camera API拍照的流程如下:To take pictures with this class, use the following steps:Obtain... 阅读全文
摘要:
项目中需要使用AutoCompleteTextView实现邮箱后缀名提示,因此把AutoCompleteTextView源码也顺便看了一下。AutoCompleteTextView继承了EditText,同时实现了Filter.FilterListener接口。public class AutoCo... 阅读全文