關於如何高效率開發Android App , 這裏給出一些資源供你們參考,51CTO不支持markdown,寫博客很不方便呀。這裏給出markdown篇的,請戳:https://ruby-china.org/topics/28729html
1. 網絡模塊android
* okhttp : https://github.com/square/okhttpgit
* android-async-http:https://github.com/loopj/android-async-httpgithub
* volley : https://developer.android.com/intl/ja/training/volley/index.html數據庫
2. 事件總線編程
* otto : https://github.com/square/otto設計模式
* EventBus :https://github.com/greenrobot/EventBusruby
3. 依賴注入markdown
* Dagger:https://github.com/square/dagger網絡
* RoboGuice:https://github.com/roboguice/roboguice
* ButterKnife:https://github.com/JakeWharton/butterknife
4. 圖片模塊
* Fresco:https://github.com/facebook/fresco
* Glide:https://github.com/bumptech/glide
* picasso:https://github.com/square/picasso
5. 數據庫模塊
* greenDao:https://github.com/greenrobot/greenDAO
* ormlite:https://github.com/j256/ormlite-android
* LitePal:https://github.com/LitePalFramework/LitePal
6. 響應式編程
* RxJava:https://github.com/ReactiveX/RxJava
* RxAndroid:https://github.com/ReactiveX/RxAndroid
7. 日誌輸出
* logger:https://github.com/orhanobut/logger
* android-CLog:https://github.com/liaohuqiu/android-CLog
* KLog:https://github.com/ZhaoKaiQiang/KLog
8. 測試相關
* testerhome:https://testerhome.com/
測試社區,裏面有不少乾貨
* bugtags:https://bugtags.com/
新一代的、專爲移動測試而生的缺陷發現及管理工具
* testin:http://www.testin.cn/
爲移動測試而生
* Emmagee:https://github.com/NetEase/Emmagee
網易出品的,是監控指定被測應用在使用過程當中佔用機器的CPU、內存、流量資源的性能測試小工具。
* awesome-android-testing:https://github.com/hotchemi/awesome-android-testing
A curated list of awesome android testing libraries.
9. 崩潰統計平臺
* 騰訊bugly:http://bugly.qq.com/
* Crittercism:https://app.crittercism.com/
* Crashlytics:http://try.crashlytics.com/
10. 架構設計
這個確定得了解下MVC,MVP,MVVM還有設計模式這些,這裏有幾個開源項目推薦下
10.1 philm
Movie collection and information app for Android.
Github地址:https://github.com/chrisbanes/philm
10.2 SimpleNews
基於Material Design和MVP的新聞客戶端
Github地址:https://github.com/liuling07/SimpleNews
10.3 GankDaily
A application show technical information every working days, use MVP pattern.
Github地址:https://github.com/maoruibin/GankDaily
10.4 SimplifyReader
Github地址:https://github.com/SkillCollege/SimplifyReader
10.5 NBAPlus
Github地址:https://github.com/SilenceDut/NBAPlus
10.6 PhotoNoter
Github地址:https://github.com/yydcdut/PhotoNoter
10.7 Meizhi
Github地址:https://github.com/drakeet/Meizhi
11. 其餘
leakcanary
檢查內存泄露
Github地址:https://github.com/square/leakcanary
DebugDrawer
Android Debug Drawer for faster development
Github地址:https://github.com/palaima/DebugDrawer
ViewServer
Local server for Android's HierarchyViewer
Github地址:https://github.com/romainguy/ViewServer
12. APP內測,分發
* FIR.im:http://fir.im/
* 蒲公英:http://www.pgyer.com/
PS:開源框架雖然好用,但最好要了解框架存在的一些bug和坑,遇到問題能夠給做者提issue,通常這些有名的框架,做者都會很積極的回答。
另外推薦下本身的Android-Dev-Favorites: https://github.com/ruijun/Android-Dev-Favorites,裏面收集了Android開發的乾貨。