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-gallery  android官方的Gallery是center lock的 意思是你只能居中顯示你選中的item。 當你想要實現下面的界面時   用Left Locked Gallery就很方便了。




7.Stickygridheaders https://github.com/TonicArtos/StickyGridHeaders  和  StickyListHeaders  https://github.com/emilsjolander/StickyListHeaders  相似qq聯繫人那種。

8. android-square-progressbar https://github.com/mrwonderman/android-square-progressbar  提供了在圖片邊框展現下載進度。

8. ActionsContentView https://github.com/StevenRudenko/ActionsContentView  ActionsContentView是一個左邊menu導航條,關閉狀態只顯示縮略圖標,用戶能夠點擊圖標進行快速切換,在左側導航欄向右滑動,將打開導航條,能夠查看完整導航條(縮略圖+文字),選中其中一項,切換到對應界面,並關閉導航條。

導航條能夠不少,超出屏幕部分可經過滑動導航條查看。 android


9. Swipe-to-Dismiss  https://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. GridWichterle htt://github.com/inmite/android-grid-wichterle 功能其實很簡單,顯示網格,該軟件是爲設計師開發的,能夠方便的查看間距是否符合規範。

13. Twidere   http://github.com/mariotaku/twidere  是一個強大的Twitter客戶端,兼容Android 1.6以上版本。
ps:小編沒有試,沒有Twitter帳號,看起來挺不錯的,感興趣的能夠本身試下.

14. http://www.23code.com/listviewanimations/  ListViewAnimations是一個很強大的Demo示例,包含了ListViews, GridViews控件的不少動畫如 滑入滑出, 飛入飛出,還包含滑動刪除列表item項動畫效果.效果挺不錯的,推薦運行看下.

15. http://sharesdk.cn/ ShareSDK是 爲iOS、Android、WindowsPhone提供社會功能的一個組件,開發者只需10分鐘便可集成到本身的APP中,它不只支持分享給QQ好友、微信好友、微信朋友圈、新浪微博、騰迅微博等以及facebook、twitter、google 等國內外主流的社交平臺,還有強大的社會化分享統計分析管理後臺. 不熟悉分享的朋友也能夠相對比較輕鬆的實現社會化分享功能。


16. https://github.com/lorensiuswlt/NewQuickAction3D NewQuickAction3D 繼承了popwindow實現彈出菜單選擇,會根據控件的位置,選擇在控件上面或下面,左對齊,居中或右對齊。

在項目中仍是常常用到的。要符合實際項目的需求可能要稍做修改,是一個很不錯的參考示例。 git




17.   https://github.com/telecapoland/jamendo-android   Jamendo是一個開源的在線音樂播放器。

ps:小編剛開始學習android,瞭解到的開源項目就是這個,剛測試了下,連接可能請求不到數據,可是這不影響你們學習呵。 github




18.   JazzyViewPager  https://github.com/jfeinstein10/JazzyViewPager   實現多種頁面切換方式的ViewPager,包括淡入淡出、翻頁、放大縮小、旋轉等等11種切換方式。
 

19.   No boring ActionBar  https://github.com/flavienlaurent/NotBoringActionBar  ActionBar隨屏幕滾動改變佈局 .
相關文章
相關標籤/搜索