UI
布局百分比:compile 'com.android.support:percent:24.2.1'
RecyclerView:compile 'com.android.support:recyclerview-v7:24.2.1'
dragtoplayout:compile 'com.github.chenupt.android:dragtoplayout:1.2.1@aar'
图片加载
Glide: compile 'com.github.bumptech.glide:glide:3.7.0'
RxJava+Retrofit
compile 'io.reactivex:rxjava:1.1.0'
compile 'io.reactivex:rxandroid:1.1.0'
compile 'com.squareup.retrofit2:adapter-rxjava:2.0.0-beta4'
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4'
compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'
compile 'com.jakewharton.rxbinding:rxbinding:0.4.0'
compile 'com.artemzin.rxjava:proguard-rules:1.1.0.0'
compile 'com.squareup.okhttp3:okhttp:3.0.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.0.1'
网友评论