owspace 是基于 MVP+Dagger2+Retrofit2.0+Rxjava 的 APP

来源:互联网 发布:svm算法代码 编辑:程序博客网 时间:2024/05/19 19:44

owspace

项目地址:babylikebird/owspace
简介:基于 MVP 和 Retrofit2.0 的 APP
你能学到
采用 MVP 模式
Retrofit2.0 + okhttp3
Material Design
Android6.0 动态权限申请
jsoup 解析 DOM

owspace 是基于 MVP+Dagger2+Retrofit2.0+Rxjava 的 APP

简介

owspace 是一款高仿单读的 APP,API 接口通过非法手段获取。

你能学到

  • MVP 模式
  • Retrofit2.0 + rxjava
  • Dagger2
  • jsoup 解析 DOM
  • sqldelight SqlBrite

修改列表

2016/11/4 添加新细明字体

demo

点击下载

展示

image

TODO LIST

  • sqldelight SqlBrite 缓存
  • 字体
  • 评论列表
  • some fucking features

声明

单读这个文艺的 APP 本人比较喜欢,一时冲动就抓取了数据,反编译了 APP。so,API 接口是通过非法手段获取,严禁商用,违者后果自负。

thanks

    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.android.support.constraint:constraint-layout:1.0.0-alpha1'
0 0