Android之項目推薦使用的第三方庫,有助於快速開發,歡迎各位網友補充


1. 使用上拉更多,下拉刷新:https://github.com/JosephPeng/XListView-Android
這個是github上面更為火爆的:https://github.com/chrisbanes/Android-PullToRefresh

2. 側滑的菜單:SlidingMenu.rar(自己導入support-4v包)推薦github上面一個很好的庫,不過這個庫有少少錯誤,修改過來就好了,附上github地址與修改地址。
github: https://github.com/jfeinstein10/SlidingMenu
修改地址:http://www.eoeandroid.com/forum.php?mod=viewthread&tid=262755&reltid=249556&pre_thread_id=0&pre_pos=5&ext=CB
其實修改的問題就是:修改SlidingMenu library中的SlidingFragmentActivity,讓它繼承於SherlockFragmentActivity,重新編譯library導入

3. 水平移動導航條關聯ViewPage:http://www.eoeandroid.com/thread-175041-1-1.html
  3.1 這個是ViewPage帶動畫的,比較優秀:https://github.com/jfeinstein10/JazzyViewPager

4. 數據庫處理使用ormlite:http://ormlite.com/(文檔全,注解的形式因此較慢)  or      greenDroid:https://github.com/greenrobot/greenDAO(據評測最快,不過每次需要java編譯較為麻煩)   or    ActiveAndroid:https://github.com/pardom/ActiveAndroid(沒有使用過)    or    https://github.com/satyan/sugar(輕量簡單, 下次項目使用)

5. get,post的請求使用:https://github.com/loopj/android-async-http  或者  使用nio的庫:https://github.com/koush/ion
https://github.com/koush/AndroidAsync  庫支持程序退出后繼續下載

6. 圖片加載,包括ListView顯示圖片加載使用:https://github.com/square/picasso ,推薦這個,代碼中考慮的更為的周全

   https://github.com/thest1/LazyList  這個是我在項目中使用的

7. Json數據解析,有很多種,推薦使用FastJason:http://code.alibabatech.com/wiki/display/FastJSON/Home

8. ListView帶快速搜索與鍵入搜索:listview右則搜索.rar

9. 推薦一個AFinal框架,不錯,集合了FinalDB、FinalActivity、FinalHttp、FinalBitmap四個功能與一身,不過在單一使用的情況下,還是使用單一功能的框架比較好

10. 仿IPhone時間滾輪控件:iPhone時間轉輪控件.rar

11. 在android sdk3.0以下使用ActionBar  安裝使用教程(親測)http://blog.csdn.net/daguaio_o/article/details/8028695

12. 多線程多任務隊列斷點下載,同時也提供開始、暫停功能,更多功能有待發掘,開源。本身jar有500k,感覺有點兒大,建議根據自己需要提取所需的代碼。https://github.com/white-cat/ThinkAndroid

13. GreenDroid 一個漂亮的android ui庫,推薦使用QuickAction

14. 手勢放大縮小,雙擊放大縮小圖片:https://github.com/jasonpolites/gesture-imageview

15. android緩存框架:https://github.com/yangfuhai/ASimpleCache

16. 把優酷、土豆等取出它們真是的視頻播放地址:http://vparser.com/

17. 開源中國的Maven庫:http://maven.oschina.net/static/help.html

18. 針對新浪微博,騰訊微博的認證與分享demo:https://github.com/cstdr/WeiboSDKDemo.git

19. 一個可以替換ImageView的工具,smartImageView,來自github:http://loopj.com/android-smart-image-view/

20. 圖片放大與縮小:github的phoneView  如果需要在放大縮小上再加上旋轉,請參考集合項目https://github.com/codepanda-ch/android-gestureimageview

21. 強大的時間處理:joda     http://sourceforge.net/projects/joda-time/files/joda-time/2.3/

22. 功能眾多的工具包:apcahe lang       http://commons.apache.org/proper/commons-lang/download_lang.cgi

23. 收集了很多的github上面的開源庫列表: https://github.com/Trinea/android-open-project

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM