Android框架知識合集

  1. 我眼中的Android架構
    http://www.jianshu.com/p/22ee3b8ae3b0
    http://blog.chengdazhi.com/index.php/150
  2. Android 官方 MVP 架構示例項目解析
    http://mp.weixin.qq.com/s?__biz=MzA3ODg4MDk0Ng==&mid=403539764&idx=1&sn=d30d89e6848a8e13d4da0f5639100e5f#rd
  3. 讓你認清MVC, MVP還有MVVM
    細說Android框架設計三劍客MVC、MVP和MVVM
    http://blog.csdn.net/mynameishuangshuai/article/details/52808032
  4. Android App的設計架構:MVC,MVP,MVVM與架構經驗談
    https://www.sdk.cn/news/2501
  5. MVVM模式架構設計以及搭建
    http://www.jianshu.com/p/a4fb6e521cb5
  6. Android開發之手把手教你寫ButterKnife框架
    http://blog.csdn.net/johnny901114?viewmode=contents(還有rxjava系列)
  7. Rxjava+ReTrofit+okHttp深入淺出-終極封裝
    http://blog.csdn.net/u014610664/article/category/6474793
  8. Android開發:淺談MVP模式應用與內存泄漏
    http://blog.csdn.net/xiong_it/article/details/52610729

  9. 從 OKHttp 框架看代碼設計
    http://gold.xitu.io/post/581311cabf22ec0068826aff

  10. 急速開發系列——觀戰Retrofit開發中的哪點事(還有rxjava)
    http://blog.csdn.net/dd864140130/article/details/52551124
    Android 你必須瞭解的網絡框架Retrofit2.0
    http://www.jianshu.com/p/a94e38636fde#
    你真的會用Retrofit2嗎?Retrofit2完全教程
    http://www.jianshu.com/p/308f3c54abdd
    Retrofit進階
    http://www.jianshu.com/p/a0fd69380735
    Retrofit2.0+Okhttp不依賴服務端的數據緩存
    http://dandanlove.com/2016/09/18/retrofit-okhttp-cache-offline/
    Android Retrofit框架解析
    http://blog.csdn.net/huaxun66/article/details/52674013
    透過Retrofit使用看其源碼設計模式
    http://ittiger.cn/2016/10/13/Retrofit-Source-Design-Pattern/
    Retrofit2.0通俗易懂的學習姿勢,Retrofit2.0 + OkHttp3 + Gson + RxJava
    http://blog.csdn.net/qq_26787115/article/details/53034267

  11. 我所理解的RxJava——上手其實很簡單
    http://www.jianshu.com/p/5e93c9101dc5
    RxJava 初探(系列)
    http://blog.csdn.net/pmqiujun/article/details/53183555
    Rxjava 從入門到開發
    http://www.jianshu.com/p/9160e800dffd
    RxJava從入門到放棄—關於RxJava-入門必看
    http://blog.csdn.net/u011200604/article/details/53189491
    RxJava常見的使用場景總結
    https://github.com/THEONE10211024/RxJavaSamples
    Rxjava系列 java8新特性
    http://www.jianshu.com/users/cfdc52ea3399/latest_articles
    http://blog.chengyunfeng.com/?p=983
    http://www.jianshu.com/users/769d3d3a9d4b/latest_articles
    rxjava和緩存策略
    http://www.jianshu.com/users/86f25f8b198b/latest_articles
    RxJava常用操作符
    http://gold.xitu.io/post/57d8b4b0c4c97100610509c6
    學習RxJava操作符的APP,新增線程調度說明 http://fir.im/bpdu
    https://github.com/jiang111/RxJavaApp
    http://blog.csdn.net/maplejaw_/article/details/52396175
    RxJava中的錯誤處理
    http://www.jianshu.com/p/916b72778145
    RxBus 基於 rxjava 使用與 eventbus 一致
    https://github.com/genius158/YRxBus
    Android性能優化之利用Rxlifecycle解決RxJava內存泄漏
    http://www.cnblogs.com/whoislcj/p/6054167.html
    打造RxJava生命週期管理框架RxLife
    http://blog.csdn.net/dd864140130/article/details/53029617
    RxJava封裝的ViewStub。使用方式與RxBinding相似。
    https://github.com/SmartDengg/RxViewStub
    用RxJava下的Producer封裝的點擊事件監聽,並添加了一定範圍內的防抖動效果。
    https://github.com/SmartDengg/RxDebounceClick
    RxJava化的OnActivityResult—RxActivityResult
    https://github.com/VictorAlbertos/RxActivityResult
    優化後的 RxJava 下的 Assertion 方案
    https://github.com/ubiratansoares/rxassertions
    自己動手,仿寫RxJava響應式框架
    http://blog.csdn.net/dd864140130/article/details/50877063
    http://www.diycode.cc/topics/355
    RxJava幾種場景的實現
    http://www.jianshu.com/p/04d661886ca0
    關於RxJava最友好的文章
    http://gold.xitu.io/post/580103f20e3dd90057fc3e6d
    關於RxJava最友好的文章(進階)
    http://gold.xitu.io/post/5818777f67f356005871ef2c
    RxJava 處理 Activity Result 的褲子
    https://github.com/NateWickstrom/RxActivityResult
    RxJava + 權限申請
    https://github.com/VictorAlbertos/RxPermissionsResult
    Rxjava Subscriber 網絡訪問回調封裝
    http://www.jianshu.com/p/3e697860f8d3

  12. EventBus使用詳情、源碼分析和注意事項
    http://blog.csdn.net/a35100535/article/details/52412015
    來不及解釋了,快上車之EventBus3.0更多實用使用
    http://www.jianshu.com/p/72f475ac3a8d

  13. Android 圖片加載框架全解析
    http://www.jianshu.com/users/5c29f06fcd77/latest_articles

  14. 詳談高大上的圖片加載框架Glide
    http://blog.csdn.net/xiehuimx/article/details/52349317

  15. 簡單方便的WebView和Javascript雙向交互的框架
    https://github.com/pengwei1024/JsBridge

  16. TigerDB等系列
    https://github.com/huyongli

  17. okhttp-OkGo、ImagePicker
    http://www.jianshu.com/p/6aa5cb272514
    https://github.com/jeasonlzy

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章