#SuperGank
SupeiGank是一个练手用的小项目,其中可以学到butterknife、cardview、rxjava、retrofit2、circleimageview、photoview、picasso以及其他常见的框架和自定义view。本项目采用Retrofit+Rxjava+Picasso混合开发,采用MVC模式,简单易懂,适合新手学习。
dependencies {
compile 'io.reactivex:rxjava:1.1.5'
compile 'io.reactivex:rxandroid:1.2.0'
compile 'com.squareup.retrofit2:retrofit:2.0.0'
compile 'com.squareup.retrofit2:converter-gson:2.0.0'
compile 'com.squareup.retrofit2:adapter-rxjava:2.0.0'
compile 'com.squareup.retrofit2:converter-scalars:2.0.0-beta4'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.jude:easyrecyclerview:3.5.7'
compile 'de.hdodenhof:circleimageview:2.1.0'
compile 'com.android.support:cardview-v7:26.0.0-alpha1'
compile 'cn.qqtheme.framework:ColorPicker:1.1.3'//颜色选择
compile 'com.github.SuperKotlin:PictureViewer:1.0.1'//图片查看器
}
- gank.io提供的数据
- ResideLayout3D侧滑菜单
- CircleImageView圆形图片
- .........
如果你觉得我的项目对你有帮助,请扫描下方的二维码随意打赏,无需添加好友。也希望能交个朋友大家一起进步。
- 我的简书:BraveJoy
- 我的github:SuperKotlin








