收藏的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来代替hardcode。AndroidAnnotationsisanOpenSourceframeworkthatspeedsupAndroiddevelopment.Ittakescareoftheplumbing,andletsyouconcentrateonwhat'sreallyimportant.Bysimplifyingyourcode,itfacilitatesitsmaintenance.

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

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

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

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

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

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

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

相关推荐