smilEdit / ZNews

阅读类App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##ZNews

学习新技术 MVP + Retrofit + RxJava + Dagger2 + Reaml

出于学习目的做的阅读App,采用的各个框架都是目前Android开发比较新比较常用的。(框架搭建方面学习了LookLook,GeekNews开源应用)

Api获取来源于聚合数据(前几天推出会员制,没有免费了好像),知乎日报,干货集中营。 目前只是实现了基本的阅读功能,还存在一些Bug。

用了许多开源的三方的,像下拉小游戏,Yalantis的ContextMenu,比较炫酷的Depth-LIB-Android。 之后会添加缓存数据清除,夜间模式,收藏夹等基本功能。

##预览

       

##三方库

####UI

  • compile 'com.android.support:appcompat-v7:24.2.0'
  • compile 'com.android.support:design:24.2.0'
  • compile 'com.android.support:recyclerview-v7:24.2.0'
  • compile 'com.android.support:cardview-v7:24.2.0'

####RX

####NET

####WIDGET

####CANARY

  • debugCompile 'com.github.moduth:blockcanary-android:1.2.1'
  • releaseCompile 'com.github.moduth:blockcanary-no-op:1.2.1'
  • debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta2'
  • releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2'

####DI

####OTHER

About

阅读类App


Languages

Language:Java 100.0%