<Android 应用 之路> 干货集中营 ~ GankIOClient

简介

利用干货集中营 , daimajia和他的小伙伴给我们开发者带来的福利开发的一个干货集中营客户端,主要功能在阅读干货上。

Github地址:
https://github.com/onlyloveyd/GankIOClient


接口

  • 分类接口<使用方法如下>
    这里写图片描述

开源库

主要用到如下开源库

compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'io.reactivex:rxandroid:1.2.1'
compile 'io.reactivex:rxjava:1.1.6'
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:okhttp:3.5.0'
compile 'com.android.support:cardview-v7:25.1.0'
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
compile 'com.astuetz:pagerslidingtabstrip:1.0.1'
compile 'cn.bingoogolapple:bga-refreshlayout:1.1.7@aar'
compile 'cn.bingoogolapple:bga-banner:2.1.4@aar'

大部分大家都很熟悉,值得一提的是bingoogolapple大神的几个开源库,使用起来很方便,有兴趣的同学可以去瞅瞅。


具体效果

这里写图片描述

这里写图片描述

这里写图片描述


写在最后

搜索功能暂时还未加上,还存在一些bug,慢慢完善,先Mark一下~

虽然网上干货集中营的应用已经有一箩筐了,但是还是忍不住的想练下手~

原文地址:https://www.cnblogs.com/lanzhi/p/6467149.html