特效:

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.

5https://github.com/TonicArtos/StickyGridHeaders 与https://github.com/emilsjolander/StickyListHeaders ListView导航特效

6https://github.com/TheLevelUp/android-left-locked-gallerygallery抽奖效果

7https://github.com/huewu/PinterestLikeAdapterView GridView错位效果

8https://github.com/47deg/android-swipelistview 实现了自定义ListView单元格,可通过滑动来显示扩展面板。

9https://github.com/siyamed/android-satellite-menu 有一连串的按钮弹出

10https://github.com/maurycyw/StaggeredGridView 交错排列的GridView

https://github.com/dodola/android_waterfall

https://github.com/youxilua/waterfall4android

https://github.com/dodola/WaterFallExt 瀑布流

11https://github.com/daizhenjun/ImageFilterForAndroid 图片处理效果

12https://github.com/nostra13/Android-Universal-Image-Loader 异步加载图片,万能图片加载 ListView GridView ImagePage ImageGaller

实例:http://blog.csdn.net/banketree/article/details/8004475

13https://github.com/JakeWharton/Android-ViewPagerIndicator 有标题页面滑动效果

14https://github.com/pakerfeldt/android-viewflow ViewFlow图片滑动

13https://code.google.com/p/android-wheel/滚轮效果

14 图表绘制引擎:achartengine、hellochart 、MpandroidChart

框架:

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模式类库。用来简化应用组件间的通信。

7afinal框架是一个开源的android的orm和ioc应用开发框架

8xUtils源于Afinal框架对Afinal进行了大量重构,使得xUtils支持大文件上传,更全面的http请求协议支持

9dom4jXML解析器

10VTD-XML一种无提取的XML解析方法http://my.oschina.net/u/1171837/blog/147544下载

11 android XMPP推送下载

12jsoup网络爬虫

13 acra定制化Android crash上报库及后台系统

14 VLC 视频聊天

16SPydroidhttp://blog.csdn.net/xiaoliouc/article/details/8493161

项目篇:

·Apollo音乐播放器:就一个播放器,但是实现的很好

·oschina客户端:oschina网站的客户端哦,wp版,iOS版都有开源

·xabber实时聊天工具(基于xmpp协议):算是同类中比较好的了

·四次元新浪微博客户端:今天才知道是开源的,赶紧收藏

·Google IO:谷歌开发者大会应用,虽然有点难懂,还是很有参考价值(比如其中的图片加载)

·eoe客户端:eoe网站Android客户端也开源咯

组件篇:

·Android-Flip:可以实现类似FlipBoard那种翻页

·Drag-Sort-Listview:可以拖动item重新排序的listview

·HoloEveryWhere:Android的holo风格

·Universal-ImageLoader:这个经典的异步图片加载

·JazzyViewPager:这玩意可以让ViewPager翻起来更酷

·SlidingMenu:这个是抽屉界面

·StickyListHeaders:iPhone上经常有这个,就是listview的……不知道怎么解释,自己下载看看吧

·Android-PullToRefresh:下拉刷新,挺常用的一个组件

·StaggeredGridView:这是一个瀑布流布局的实现,还不是很完善,但作为学习的案例或者在其基础上扩展还是不错的

·android-async-http:android的异步请求组件,这个实现还是很优秀的

·ActionBarSherlock:大家熟知的ActionBar在2.x上的兼容性方案;类似的兼容性组件还有许多

·facebook-android-sdk:不止是一个SDK那么简单哦

·NineOldAndroids:想在2.xSDK上使用Android 3.0新增的动画API

·android-swipelistview:让listview的item可以向右滑动

·DataDroid:Android的RESTful封装

·EventBus:和上面的DataDroid同样属于美化底层代码的,这个lib简化了不同组件之间的事件传递

·android-switch-backport:Android3.0以上才有的switch

·PagerSlidingTabStrip:GooglePlay的那个tab效果

·chromeview:我们都知道webview,也知道Android的chrome又自己的内核,这个项目就是把chrome的内核给导出来做成一个chromeview了

·picasso:来自square的图片异步加载,API风格很独特

网站篇:

·github:各种项目很多,就是不容易挖掘,但是开发者必备

·oschina:曾经一般,现在越做越好了,很多开源项目;

·eoeandroid:经过一番整理,现在非常强大;

·AndroidViews:很多开源组件的集合

更多相关文章

  1. 简单易用的Android日志框架Logger试用
  2. Android(安卓)网络图片加载之cude 框架
  3. Android游戏框架
  4. 【PullToRefresh 系列一基本使用方法】 Android上拉加载下拉刷新
  5. Eclipse下加载AndroidSDK源码
  6. Android模块化编程——WebView使用之与JavaScript交互
  7. android用webview加载H5页面出现点击事件失效的问题解决
  8. Android(安卓)超简易Zxing框架 生成二维码+扫码功能
  9. Glide框架V3版本和V4版本区别

随机推荐

  1. [Xamarin.Android]使用SqliteNET (转帖)
  2. Android通过Intent发送电子邮件含附件
  3. 读书目录
  4. Android(安卓)CountDownTimer
  5. android关于View的截图
  6. Android编程心得-在任意类中获取当前屏幕
  7. Android(安卓)点击EditText以外区域,隐藏
  8. 21.Android系统属性build.prop文件(笔记)
  9. android获取网络图片的用法
  10. Android(安卓)颜色渲染(五) LinearGradie