SimpleFilmReview icon indicating copy to clipboard operation
SimpleFilmReview copied to clipboard

完全以kotlin实现的Android影评App, MVP+RXKotlin+Retrofit

简影

1.介绍

完全使用Kotlin开发的Android影评app,主要用到 RxKotlin,MVP,Retrofit,Glide,适合需要由Java过渡到Kotlin的人。

2.下载地址

https://www.coolapk.com/apk/august.lesincs.simplefilmreview

3.截图

image image

image image

4.主要用到的技术

1.使用Rxkotlin+Retrofit进行网络请求 2.使用Glide进行图片加载 3.使用Litepal进行数据库持久化