Simple-MVP icon indicating copy to clipboard operation
Simple-MVP copied to clipboard

MVP+Retrofit+RxJava+Glide+RecyclerView+CardView

Simple-MVP


采用MVP+Retrofit+RxJava+Glide+RecyclerView+CardView

build.gradle

compile 'com.android.support:design:22.2.0'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:cardview-v7:22.2.0'
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:support-v4:22.2.0'

compile 'com.github.bumptech.glide:glide:3.6.0'
compile 'com.pnikosis:materialish-progress:1.4'

compile 'io.reactivex:rxjava:1.0.+'
compile 'io.reactivex:rxandroid:0.23.+'
compile 'com.squareup.retrofit:retrofit:1.9.+'

网络请求需要翻墙