Retrofit+RxJava+Dagger2 的开源练手小项目 -- Gan 物妹

WelMKHF 8年前
   <p> </p>    <h2>GanWuMei</h2>    <p>广告语:自从有了Gan物妹,每天都有新体...</p>    <p>一个分享干货的APP,运用了现在流行的Dagger2+Retrofit2+RxJava所制作的一个关于干货分享的开源项目,API接口由 <a href="/misc/goto?guid=4959641626531857996" rel="nofollow,noindex">gank.io</a> 提供。</p>    <h2>2016-5-05</h2>    <p>项目进入1.0阶段</p>    <p>本项目主要由3部分组成:</p>    <ul>     <li>干货主界面,每日妹子预览list;</li>     <li>Android、iOS 20条干货随机浏览;</li>     <li>每日干货详情区;</li>    </ul>    <p>预览如下:</p>    <p><img src="https://simg.open-open.com/show/e8246d44459c744ef93a21be251236fd.gif"></p>    <p> </p>    <h2>TODO</h2>    <ul>     <li>收藏夹功能</li>     <li>分享功能</li>     <li>GitHub用户登录功能</li>     <li>缓存功能</li>    </ul>    <p>如果您对Gan物妹有什么自己的想法和意见欢迎 Fork 和 Issues ♪(^∀^●)ノ ,谢谢支持!</p>    <h2>关于Gan物妹:</h2>    <p>此乃吾 First 练手项目,可能代码充满着臭味道,但还是充满了对技术的追求。因为吾等晚辈才学疏浅,总会有些地方错漏,衷心希望如果您有好的建议或优化方案,欢迎 Fork 和 Issues ♪(^∀^●)ノ ~</p>    <h3>关于开源库:</h3>    <p>感谢开源世界,抱着不重复造轮子的心态,默默地依赖了一大堆开源库(。・∀・)ノ゙,运用的都是一些先进比较流行、成熟度比较高的库,如下:</p>    <pre>      compile 'com.github.chrisbanes:PhotoView:1.2.6'        compile 'com.jakewharton:butterknife:7.0.1'// 标注      compile 'com.jakewharton:disklrucache:2.0.2'//缓存        apt 'com.google.dagger:dagger-compiler:2.0.2' //指定注解处理器      compile 'com.google.dagger:dagger:2.0.2' // dagger2公用api      compile 'com.google.dagger:dagger-compiler:2.0.2' // dagger2        compile 'io.reactivex:rxandroid:1.1.0' // RxAndroid      compile 'io.reactivex:rxjava:1.1.0' // 推荐同时加载RxJava        compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4' // Retrofit网络处理      compile 'com.squareup.retrofit2:adapter-rxjava:2.0.0-beta4' // Retrofit的rx解析库      compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4' // Retrofit的gson库        compile 'com.google.code.gson:gson:2.6.2'        compile 'com.github.bumptech.glide:glide:3.7.0'        compile 'com.squareup.okhttp3:okhttp:3.1.2'      compile 'com.squareup.okhttp3:logging-interceptor:3.1.2'        provided 'javax.annotation:jsr250-api:1.0' // Java标注      provided 'org.glassfish:javax.annotation:10.0-b28'//添加android缺失的部分javax注解        compile 'com.github.zhaokaiqiang.klog:library:1.3.0'//日志输出        compile 'org.greenrobot:eventbus:3.0.0'  </pre>    <h2> </h2>