Glide
compile 'com.github.bumptech.glide:glide:3.7.0'
okhttp
compile 'com.squareup.okhttp3:okhttp:3.6.0'
compile 'com.squareup.okio:okio:1.14.0'
RxJava && Retrofit
compile 'io.reactivex.rxjava2:rxjava:2.1.3'
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.amitshekhar.android:rx2-android-networking:1.0.1'
Rxjava 文章
http://blog.csdn.net/theone10211024/article/details/50435325
RxBinding???
https://github.com/JakeWharton/RxBinding
Gson
compile 'com.google.code.gson:gson:2.8.2'
GreenDao
compile 'org.greenrobot:greendao:3.2.0'
EventBus
compile 'org.greenrobot:eventbus:3.0.0'
Kotlin
apply plugin: 'kotlin-android-extensions'
import kotlinx.android.synthetic.main.activity_main.* //使用的时候导包
Java 常用库 Guava
implementation 'org.projectlombok:lombok:1.16.10'
com.google.guava:guava:23.0
Google 的一个开源项目,包含许多 Google 核心的 Java 常用库。
(详情:https://github.com/google/guava)
Java 8 在Android 中使用的库
compile 'com.annimon:stream:1.1.3' // Stream
compile 'com.jakewharton.threetenabp:threetenabp:1.0.5' // LocakDate
EasyPermissions
implementation 'pub.devrel:easypermissions:1.2.0'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'