在此记录自己用到过的Github上的Android开源项目:

Hexo Blog

  1. hexo-theme-indigo: https://github.com/yscoder/hexo-theme-indigo

  2. hexo-theme-raytaylorism: https://github.com/raytaylorlin/hexo-theme-raytaylorism

Google

  1. multidex: https://developer.android.com/studio/build/multidex.html

  2. AdMob: https://developers.google.com/mobile-ads-sdk/docs/admob/android/quick-start?hl=zh-cn

Android UI

  1. butterknife: https://github.com/JakeWharton/butterknife
    http://jakewharton.github.io/butterknife/

  2. CircleImageView: https://github.com/hdodenhof/CircleImageView

  3. AppUpdater: https://github.com/javiersantos/AppUpdater

  4. AppIntro: https://github.com/PaoloRotolo/AppIntro

  5. Android-AdvancedWebView: https://github.com/delight-im/Android-AdvancedWebView

  6. BottomBar: https://github.com/roughike/BottomBar

  7. EventBus: https://github.com/greenrobot/EventBus

  8. glide: https://github.com/bumptech/glide

  9. fresco: https://github.com/facebook/fresco

  10. awesome-android-ui: https://github.com/wasabeef/awesome-android-ui

  11. 沉浸式状态栏: https://github.com/jgilfelt/SystemBarTint

  12. Toolbar:

  13. Annotation

Android Tools

  1. Logger: https://github.com/orhanobut/logger

  2. mars: https://github.com/Tencent/mars

  3. retrofit: https://github.com/square/retrofit

  4. leakcanary: https://github.com/square/leakcanary

  5. Realm: https://realm.io/

  6. Dagger 2: https://github.com/google/dagger

  7. android-architecture: https://github.com/googlesamples/android-architecture

  8. easydeviceinfo: https://github.com/nisrulz/easydeviceinfo

  9. MPermissions: https://github.com/hongyangAndroid/MPermissions

  10. parcler: https://github.com/johncarl81/parceler

RxJava

  1. RxJava: https://github.com/ReactiveX/RxJava

  2. RxAndroid: https://github.com/ReactiveX/RxAndroid

  3. RxBus: https://github.com/AndroidKnife/RxBus

  4. RxPermissions: https://github.com/tbruyelle/RxPermissions

  5. MVPArms: https://github.com/JessYanCoding/MVPArms

MVP

  1. MVPSample: https://github.com/VectorYi/MVPSample

  2. android-mvp: https://github.com/zhengxiaopeng/Rocko-Android-Demos/tree/master/architecture/android-mvp

  3. MVP-Simple-Demo: https://github.com/wongcain/MVP-Simple-Demo

  4. TheMVP: https://github.com/kymjs/TheMVP

  5. MVPro: https://github.com/qibin0506/MVPro

  6. Nucleus 框架: https://github.com/konmik/nucleus

  7. Beam 框架: https://github.com/Jude95/Beam

  8. Mosby 框架: https://github.com/sockeqwe/mosby

  9. Loader 的使用: http://blog.chengdazhi.com/index.php/131

  10. Google 官方推荐: https://github.com/googlesamples/android-architecture

  11. Philm: https://github.com/chrisbanes/philm

  12. Android MVP 详解(上)

  13. Android MVP 详解(下)