android 开源组件

来源:互联网 发布:皓月乒乓 淘宝店铺 编辑:程序博客网 时间:2024/06/06 09:41


1. https://github.com/novoda/ImageLoader  异步加载图片,缓存,生成缩略图 

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  侧边栏

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

6. Left Locked Gallery   https://github.com/TheLevelUp/android-left-locked-gallery  android官方的Gallery是center lock的 意思是你只能居中显示你选中的item。 
 

7. Stickygridheaders https://github.com/TonicArtos/StickyGridHeaders  和  StickyListHeaders https://github.com/emilsjolander/StickyListHeaders  类似qq分组


8. ios 7风格radiogroup https://github.com/hoang8f/android-segmented-control

9. https://github.com/nhaarman/supertooltips 带动画效果的提示 tips

10.  https://github.com/rudsonlive/NavigationDrawer-MaterialDesign  一个Material Design的抽屉模板库,分分钟搭起一个程序框架!

11.  https://github.com/AndroidDeveloperLB/ChipsLibrary  在Android EditText中实现打Tag功能

12.https://github.com/jpardogo/PagerSlidingTabStrip 


0 0