一個完整高仿單讀的APP——基於MVP+Dagger2+Retrofit2.0+Rxjava

codeGoogle發表於2018-02-02

最近有小夥伴問我有沒有一個MVP+Dagger2+Retrofit2.0+Rxjava的案例,自己還沒完全集合實現。今天就介紹一個開源專案:owspace。基於MVP+Dagger2+Retrofit2.0+Rxjava的一款APP供大家去學習和參考。

owspace是一款高仿單讀的APP,API介面通過非法手段獲取。

你能學到

  • MVP模式

  • Retrofit2.0 + rxjava

  • Dagger2

  • jsoup解析DOM

  • sqldelight SqlBrite

  • 音視訊播放等

  • some fucking source code

owspace

一個完整高仿單讀的APP——基於MVP+Dagger2+Retrofit2.0+Rxjava

一個完整高仿單讀的APP——基於MVP+Dagger2+Retrofit2.0+Rxjava

宣告

單讀這個文藝的APP本人比較喜歡,一時衝動就抓取了資料,反編譯了APP。so,API介面是通過非法手段獲取,嚴禁商用,違者後果自負。

  compile fileTree(include: ['*.jar'], dir: 'libs')
    testCompile 'junit:junit:4.12'
    compile(name: 'SildeMenulibrary-release', ext: 'aar')
    compile(name: 'ObservableScrollView-release', ext: 'aar')
    compile 'com.android.support:appcompat-v7:24.2.1'
    compile 'com.jakewharton:butterknife:7.0.1'
    compile 'com.google.code.gson:gson:2.6.2'
    compile 'net.danlew:android.joda:2.9.3'
    compile 'com.squareup.okhttp3:okhttp:3.4.1'
    compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
    compile 'com.squareup.retrofit2:retrofit:2.1.0'
    compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
    compile 'com.squareup.retrofit2:converter-gson:2.1.0'
    compile 'com.squareup.sqlbrite:sqlbrite:0.7.0'
    compile 'io.reactivex:rxandroid:1.2.1'
    compile 'io.reactivex:rxjava:1.1.6'
    compile 'com.github.bumptech.glide:glide:3.7.0'
    compile 'com.github.bumptech.glide:glide:3.7.0'
    compile 'com.orhanobut:logger:1.15'
    compile 'com.elyeproj.libraries:loaderviewlibrary:1.2.1'
    compile 'in.srain.cube:ultra-ptr:1.0.11'
    compile 'com.android.support:recyclerview-v7:24.2.1'
    compile 'com.android.support:design:24.2.1'
    compile 'org.jsoup:jsoup:1.7.3'
    compile 'pub.devrel:easypermissions:0.2.0'
    compile 'com.wang.avi:library:2.1.3'
    compile 'com.google.dagger:dagger:2.7'
    apt 'com.google.dagger:dagger-compiler:2.7'
    compile 'org.glassfish:javax.annotation:10.0-b28'
    compile 'uk.co.chrisjenx:calligraphy:2.2.0'
複製程式碼

一個完整高仿單讀的APP——基於MVP+Dagger2+Retrofit2.0+Rxjava

一個完整高仿單讀的APP——基於MVP+Dagger2+Retrofit2.0+Rxjava

專案地址:

https://github.com/babylikebird/owspace

更多閱讀

Python探究之旅—Python語言的基本認識

來一起愉快的開始Python吧

 一招教你讀懂JVM和Dalvik之間的區別

一招教你打造一個滑動置頂的視覺特效

NDK專案實戰—高仿360手機助手之解除安裝監聽

最新2017(Android)面試題級答案(精選版)

相信自己,沒有做不到的,只有想不到的

微信公眾號:終端研發部

技術

相關文章