将一些APP内常用的功能和基础类抽成一个个lib,使用的时候直接集成进入工程。
- app 项目路径
- core 存放基础的一些类,以及引用包
TODO List
- LocationLib 定位
- PushLib 推送
- PayLib 支付
- UpdateLib 升级
- QrCodeLib 二维码
- CameraLib 相机
- com.android.support:appcompat-v7:24.2.1
- com.android.support:design:24.2.1
- com.android.support:recyclerview-v7:24.2.1
- com.squareup.okhttp3:okhttp:3.4.2
- com.squareup.okhttp3:logging-interceptor:3.4.2
- com.squareup.retrofit2:retrofit:2.1.0
- com.squareup.retrofit2:adapter-rxjava:2.1.0
- com.squareup.retrofit2:converter-gson:2.1.0
- com.facebook.stetho:stetho:1.4.1
- com.facebook.stetho:stetho-okhttp3:1.4.1
- com.jakewharton:butterknife:8.2.1
- com.jakewharton:butterknife-compiler:8.2.1 (apt)
- com.liaoinstan.springview:library:1.2.6 (pullRefresh)
- com.github.bumptech.glide:glide:3.7.0 (Pic)
- com.yqritc:recyclerview-flexibledivider:1.2.9
- com.jakewharton.timber:timber:4.1.2 (Logging)
这些都可以在 config.gradle 中看到