推荐安卓开发神器(里面有各种UI特效和android代码库实例)

收藏的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联系人那种。


8. android-square-progressbarhttps://github.com/mrwonderman/android-square-progressbar提供了在图片边框展示下载进度。


8.ActionsContentViewhttps://github.com/StevenRudenko/ActionsContentViewActionsContentView是一个左边menu导航条,关闭状态只显示缩略图标,用户可以点击图标进行快速切换,在左侧导航栏向右滑动,将打开导航条,可以查看完整导航条(缩略图+文字),选中其中一项,切换到对应界面,并关闭导航条。

导航条可以很多,超出屏幕部分可通过滑动导航条查看。

9.Swipe-to-Dismisshttps://github.com/romannurik/Android-SwipeToDismiss实现listview列表

10. gifview https://code.google.com/p/gifview2/downloads/list有些时候项目中需要播放gif,android控件并没用提供,gifview应运而生,是比较了能找到的控件中,我个人认为最好的,推荐给大家。


11.Lockpatterngenerator http://github.com/zagaberoo/lockpatterngenerator 实现类似支付宝图案密码锁。前两天看到群里有人求这代码,特地寻找分享出来。<!--EndFragment-->

12.GridWichterlehtt://github.com/inmite/android-grid-wichterle功能其实很简单,显示网格,该软件是为设计师开发的,可以方便的查看间距是否符合规范。

13.Twidere http://github.com/mariotaku/twidere是一个强大的Twitter客户端,兼容Android 1.6以上版本。
ps:小编没有试,没有Twitter账号,看起来挺不错的,感兴趣的可以自己试下.

关注源码分享的可以加下Q群:307960722

更多相关文章

  1. Android(安卓)核心分析 之七------Service深入分析
  2. Android(安卓)UI开发第二十八篇——Fragment中使用左右滑动菜单
  3. android横竖屏总结
  4. Android(安卓)核心分析 之七------Service深入分析
  5. 移动web在ios和android下点击元素出现阴影问题
  6. 使用Android(安卓)SwipeRefreshLayout了解Android的嵌套滑动机制
  7. 为 Android(安卓)平台开发一个输入法
  8. 【转】你不知道一些神奇Android(安卓)Api
  9. Android中的布局方式(二)

随机推荐

  1. android Activity,service,broadcastRece
  2. [置顶] 关于android:lineSpacingExtra属
  3. android 计划任务(Alarm,Timer,Thread,handle
  4. android中px,dp,sp的区别与使用方法
  5. Android核心分析 之一--------分析方法论
  6. Python入门(一)——环境的搭建,创建第一个
  7. android android:exported属性的使用
  8. 2012.5.2微博热报:Android版本混乱、网站
  9. Android 界面滑动实现---Scroller类 从源
  10. Android之场景桌面(一)