收藏的Android非常好用的組件或者框架。

先說兩個網站: 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聯繫人那種。

發佈了117 篇原創文章 · 獲贊 16 · 訪問量 61萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章