随时查阅当前Github上的热门趋势。使用Material Design设计风格,和流行的MVP+Retrofit+RxJava框架。数据抓取自https://github.com/trending

Features

  • Material Design设计风格
  • MVP结构
  • 使用Retrofit网络请求
  • 多种内置皮肤可以切换
  • 可订阅常见编程语言
  • 支持搜索

Demo

Thanks

感谢以下开源协议

    compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:recyclerview-v7:25.0.1'
compile 'com.android.support:cardview-v7:25.0.1'
//design
compile 'com.android.support:design:25.0.1'
//custom tabs
compile 'com.android.support:customtabs:25.0.1'
compile project(':customtabs') //编译RxJava
compile 'io.reactivex:rxjava:1.1.6'
//编译RxAndroid
compile 'io.reactivex:rxandroid:1.2.1'
//编译Retrofit及其相关库,包括Gson
compile 'com.squareup.okhttp3:okhttp:3.3.1'
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.3.1'
//view injector
compile 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
//glide
compile 'com.github.bumptech.glide:glide:3.7.0'
//TagGroup
compile 'me.gujun.android.taggroup:library:1.4@aar'
//EventBus
compile 'org.greenrobot:eventbus:3.0.0'
compile 'org.greenrobot:greendao:3.2.0'

项目地址

WeCode

微信关注我们,可以获取更多

最新文章

  1. Android -- 关闭AsyncTask(异步任务)
  2. express 框架之 路由与中间件
  3. Linux-获取当前正在执行脚本的绝对路径
  4. Windows 8关机的三个最简单方法
  5. TQImport3XLS.Map
  6. Oracle查询和解锁表
  7. PHP面试随笔
  8. 安装QT5.02
  9. [svc]openssl对称非对称加密实战
  10. 【剑指offer】复杂链表的复制
  11. CRM rbac 组件的应用
  12. LOJ121 「离线可过」动态图连通性
  13. Python3.6.3中,functools似乎不能用
  14. siebel切换数据源
  15. gulp实用配置(1)——demo
  16. linux动态链接库导出函数控制
  17. javap -- Java 类文件解析器
  18. 数据库操作-go
  19. Python的operator.itemgetter函数和sorted函数
  20. curl常用指令

热门文章

  1. 利用openURL,在IOS应用中打开另外一个应用
  2. UVa 990 - Diving for Gold
  3. JDK8新特性面试
  4. Cell.reuseIdentifier 指什么
  5. Spark编程进阶
  6. iOS 程序开发
  7. iOS 之 深复制、浅复制
  8. 采用highchart js+flot+rrd生成cpu、mem状态监控图
  9. swift中标签的使用
  10. july教你如何迅速秒杀掉:99%的海量数据处理面试题