這是一款可以查閱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

微信關注我們,可以獲取更多

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM