前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >WeCode发布了!

WeCode发布了!

作者头像
阳仔
发布2019-07-31 17:20:42
6740
发布2019-07-31 17:20:42
举报
文章被收录于专栏:终身开发者终身开发者

随时查阅当前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'
项目地址

https://github.com/wecodexyz/WeCode

可点击原文链接直接跳转

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2017-02-21,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 终身开发者 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Features
  • Demo
  • Thanks
    • 项目地址
    领券
    问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档