Android 第三方框架的使用

1、Universalimageloader

异步加载大图片,优化解决OOM的问题

 UniversalImageLoader是简单来说就是用于加载图片的一个开源项目,在其项目介绍中是这么写的,

  • 支持多线程图片加载
  • 提供丰富的细节配置,比如线程池大小,HTPP请求项,内存和磁盘缓存,图片显示时的参数配置等等;
  • 提供双缓存
  • 支持加载过程的监听;
  • 提供图片的个性化显示配置接口;
  • Widget支持

参考:http://blog.csdn.net/banketree/article/details/8004475

 

2、Android PullToRefresh

封装下拉刷新的ListView

参考:http://www.apkbus.com/forum.php?mod=viewthread&tid=85951

 

3、XListView-Android

封装ListView的很多扩展功能,很强大。当然,包括下拉和上拉

参考:http://blog.csdn.net/fuweiping/article/details/8033035

GitHub:https://github.com/Maxwin-z/XListView-Android

 

4、android-common-tookit

适用于Android项目的通用工具类的集合

强大到让人受不了,相见恨晚!

GitHub:https://github.com/chenyoca/android-common-toolkits

还有一个:GitHubhttps://github.com/Trinea/AndroidCommon

 

5、AFinal

afinal 是一个android的 orm 和 ioc 框架。而且封装了android中的httpClient,使其更加简单易用。 afinal是android应用开发的终极框架。

参考:http://code.google.com/p/afinal/

GitHub: https://github.com/yangfuhai/afinal

 

posted @ 2013-12-03 10:40  Liu Siyuan  阅读(695)  评论(0)    收藏  举报