# PrettyGirls **Repository Path**: fanenqian/PrettyGirls ## Basic Information - **Project Name**: PrettyGirls - **Description**: rxjava mvp girl图片开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-10-25 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PrettyGirls ![](http://i.imgur.com/ommnZui.png) 一个基于MVP+Retrofit+RxJava+MaterialDesign和gank.io的MeiZhi客户端。 #项目截图 ![](http://i.imgur.com/T9U8g5b.jpg) ![](http://i.imgur.com/ivGy3ga.jpg) #更新日志 ##V1.0.0 初步完成整个App的开发。 #下个版本目标 优化baselibrary,完善缓存策略 ##依赖库 至于依赖库的选择个人认为因人而异,我使用的库如下: [butterknife](http://jakewharton.github.io/butterknife/)————View注解库和配套插件[android-butterknife-zelezny](https://github.com/avast/android-butterknife-zelezny) [retrofit](https://github.com/square/retrofit)+[okhttp](https://github.com/square/okhttp)————网络请求相关 [gson](https://github.com/google/gson)————google推荐的json数据解析库 [glide](https://github.com/bumptech/glide)————google推荐的Android图片加载库 [RxAndroid](https://github.com/ReactiveX/RxAndroid)+[RxJava](https://github.com/ReactiveX/RxJava/)——Rx函数响应式编程[中文文档](https://mcxiaoke.gitbooks.io/rxdocs/content/) compile 'com.android.support:design:23.0.1'————谷歌Material Design控件库