特效:
http://www.androidviews.net/
http://www.theultimateandroidlibrary.com/
常用效果:
1. https://github.com/novoda/ImageLoader 异步加载图片,缓存,生成缩略图, 基本上每个应用都会需要这个lib。
android-query框架
2. https://github.com/chrisbanes/Android-PullToRefresh 类似新浪微博,twitter,下拉刷新列表, 更牛的是还支持上拉加载更多。 不仅仅是ListView,而且GridView也支持。
3. https://github.com/jfeinstein10/SlidingMenu 和 https://github.com/dmitry-zaitsev/AndroidSideMenu 导航抽屉
https://github.com/SimonVT/android-menudrawer 导航抽屉
4. http://actionbarsherlock.com/ 与https://github.com/JakeWharton/ActionBarSherlock actionbar.
5 https://github.com/TonicArtos/StickyGridHeaders 与 https://github.com/emilsjolander/StickyListHeaders ListView导航特效
6 https://github.com/TheLevelUp/android-left-locked-gallery gallery抽奖效果
7 https://github.com/huewu/PinterestLikeAdapterView GridView错位效果https://github.com/youxiachai/pinterest-like-adapter-view
8 https://github.com/47deg/android-swipelistview 实现了自定义ListView单元格,可通过滑动来显示扩展面板。
9 https://github.com/siyamed/android-satellite-menu 有一连串的按钮弹出
10 https://github.com/maurycyw/StaggeredGridView 交错排列的GridView
https://github.com/dodola/android_waterfall https://github.com/youxilua/waterfall4android
https://github.com/dodola/WaterFallExt 瀑布流
11 https://github.com/daizhenjun/ImageFilterForAndroid 图片处理效果
12 https://github.com/nostra13/Android-Universal-Image-Loader 异步加载图片,万能图片加载 ListView GridView ImagePage ImageGaller
实例:http://blog.csdn.net/banketree/article/details/8004475
13 https://github.com/JakeWharton/Android-ViewPagerIndicator 有标题页面滑动效果
14 https://github.com/pakerfeldt/android-viewflow ViewFlow图片滑动
13 https://code.google.com/p/android-wheel/ 滚轮效果
14 http://www.apkbus.com/android-2-1.html
框架:
1. https://github.com/excilys/androidannotations 一个很好的快速开发的框架, 大量使用annotation来代替,类似于RoboGuice
2 ormlite sqlite的orm框架 /GreenDAO
3 汉字转拼音 pinyin4j 与 hanziTopinyin
4 AACPlayer
5 GSON json框架 fastjson
6 Otto 是Android系统的一个Event Bus模式类库。用来简化应用组件间的通信。
7 afinal框架是一个开源的android的orm和ioc应用开发框架
8 xUtils 源于Afinal框架 对Afinal进行了大量重构,使得xUtils支持大文件上传,更全面的http请求协议支持
9 dom4j XML解析器
10 VTD-XML 一种无提取的XML解析方法 http://my.oschina.net/u/1171837/blog/147544 下载
11 android XMPP推送 下载
12 jsoup网络爬虫
13 acra 定制化Android crash上报库及后台系统
14 VLC 视频聊天
16 SPydroid http://blog.csdn.net/xiaoliouc/article/details/8493161
项目篇:
组件篇:
图片处理框架:
图片模糊处理:StackBlur
PDF框架: IText MuPDF droidtext com/sun/pdfview com.lowagie.text(iText-2.1.7)
转:http://blog.csdn.net/stephen255/article/details/9121583