sleticalboy
Cancel

其他框架的优缺点 UniversalImageLoader 优点 1、多线程异步加载; 2、AbsListView 滑动监听; 3、内存缓存、磁盘缓存; 4、列表滑动监听; 缺点 1、使用弱引用做内存缓存,容易被回收; Picasso 优点 1、默认使用 ARGB_8888 格式,图片显示质量较高,但内存占用较大; 2、集成后 apk 增加较小...

Alibaba Fastjson json string 转 Object json string -> JavaBean Person person = JSON.parseObject(json, Person.class); // 或者 Person person = JSON.parseObject(json, new TypeReference<Pers...

状态图及生命周期 正常流程 idle:空闲状态 调用了 reset() 方法 initialized:初始化完成 调用了 setDataSource() 方法 preparing ...

View TextView 文字阴影效果 < TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:shadowColor="#8000" android:shadowDx="3" android:shadowDy="3" ...