收藏的Android非常好用的组件或者框架。 博客分类: android android框架
程序员文章站
2024-02-21 08:45:16
...
先说两个网站: http://www.androidviews.net/
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-gallery android官方的Gallery是center lock的 意思是你只能居中显示你选中的item。 当你想要实现下面的界面时 用Left Locked Gallery就很方便了。
7. Stickygridheaders https://github.com/TonicArtos/StickyGridHeaders 和 StickyListHeaders https://github.com/emilsjolander/StickyListHeaders 类似qq联系人那种。
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-gallery android官方的Gallery是center lock的 意思是你只能居中显示你选中的item。 当你想要实现下面的界面时 用Left Locked Gallery就很方便了。
7. Stickygridheaders https://github.com/TonicArtos/StickyGridHeaders 和 StickyListHeaders https://github.com/emilsjolander/StickyListHeaders 类似qq联系人那种。