收藏的Android非常好用的组件或者框架。
android框架
先说两个网站:http://www.androidviews.net/
http://www.23code.com
http://www.theultimateandroidlibrary.com/

1.https://github.com/novoda/ImageLoader异步加载图片,缓存,生成缩略图, 基本上每个应用都会需要这个lib。

2.https://github.com/chrisbanes/Android-PullToRefresh 类似新浪微博,twitter,下拉刷新列表, 更牛的是还支持上拉加载更多。 不仅仅是ListView,而且GridView也支持。

3.https://github.com/excilys/androidannotations一个很好的快速开发的框架, 大量使用annotation来代替hard code。AndroidAnnotations is an Open Source framework that speeds up Android development. It takes care of the plumbing, and lets you concentrate on what's really important. By simplifying your code, it facilitates its maintenance.

4.https://github.com/jfeinstein10/SlidingMenu这个可以结合ActionBarSherlock

5.http://actionbarsherlock.com/actionbar.

6. Left Locked Gallery https://github.com/TheLevelUp/android-left-locked-galleryandroid官方的Gallery是center lock的 意思是你只能居中显示你选中的item。 当你想要实现下面的界面时 用Left Locked Gallery就很方便了。


7. Stickygridheadershttps://github.com/TonicArtos/StickyGridHeaders和StickyListHeadershttps://github.com/emilsjolander/StickyListHeaders类似qq联系人那种。

更多相关文章

  1. Android(安卓)数据业务框架分析
  2. android开源框架源码分析:Okhttp
  3. ubuntu下挂载android sdcard
  4. android 模拟器键盘控制键 以及 设置模拟器屏幕大小
  5. Android(安卓)Jetpack架构组件Navigation管理Fragment框架
  6. Android有效解决加载大图片时内存溢出的问题
  7. Android(安卓)中支持的几种传感器(加速度、陀螺仪、亮度、地磁、
  8. 利用 nodejs 自动生成 Android(安卓)语言包实现应用内切换多语言
  9. Github 上Top1的Android(安卓)异步网络请求框架

随机推荐

  1. IntelliJ IDEA—使用Find Action 就会跳
  2. 如何为神经机器翻译任务配置编码 - 解码
  3. OLAP引擎:基于Druid组件进行数据统计分析
  4. C语言快排qsort()函数
  5. 解决m1 MacBook没有我的照片流功能
  6. Grafana 之 自定义监控板
  7. Grafana 之 kubeGraf插件安装使用
  8. 用ldap作为django后端用户登录验证
  9. 记一次生产环境问题解决案例(k8s环境)
  10. ArrayList底层