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
5. get,post的請求使用:https://github.com/loopj/android-async-http
6. 圖片載入,包括ListView顯示圖片載入使用:https://github.com/novoda/ImageLoader,使用這個庫需要以下jar包libs.zip
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