zoukankan      html  css  js  c++  java
  • 这是一款可以查阅Github上的热门趋势的APP

     

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

    Features

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

    Demo

    demo

    demo2

    demo3

    demo4

    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

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

  • 相关阅读:
    知乎
    热磁性储存系统转载
    超薄纳米纸张 比钢强250倍转载
    TFT LCD数据存储为BMP文件的C语言代码
    GPS NMEA0183协议详解 转载
    JPG文件结构分析转载
    SD/TF 引脚
    调试错误:No Algorithm found for(转载)
    STM32 USB IAP 步骤
    追踪“善恶有报” 解开生命健康福寿秘密(转载)
  • 原文地址:https://www.cnblogs.com/angrycode/p/6426325.html
Copyright © 2011-2022 走看看