siqinglong / owspace

高仿单读APP:owspace是基于MVP+Dagger2+Retrofit2.0+Rxjava的APP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

owspace

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

简介

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

你能学到

  • MVP模式
  • Retrofit2.0 + rxjava
  • Dagger2
  • jsoup解析DOM
  • sqldelight SqlBrite
  • 音视频播放等
  • some fucking source code

里程碑列表

2016/11/25 添加音频播放

2016/11/8 添加视频播放功能

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

2016/10/28 Dagger2改造

2016/7/21 初始化

demo

最新DEMO点击下载

展示

image image

image image

image image

image image

image

TODO LIST

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

声明

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

thanks

    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'

About

高仿单读APP:owspace是基于MVP+Dagger2+Retrofit2.0+Rxjava的APP


Languages

Language:Java 100.0%