compile ‘com.android.support:recyclerview-v7:25.0.1‘ RecyclerView
compile ‘com.android.support:design:25.3.1‘ TabLayout组件
compile ‘com.squareup.okhttp3:okhttp:3.8.1‘ 网络请求 Okhttp
compile ‘com.google.code.gson:gson:2.8.1‘ Gson解析
compile ‘com.squareup.retrofit2:retrofit:2.3.0‘ 网络请求 Retrofit
compile ‘com.squareup.retrofit2:converter-gson:2.3.0‘ 网络请求所用Gson
compile ‘io.reactivex:rxjava:1.1.0‘ Rxjava
compile ‘io.reactivex:rxandroid:1.1.0‘
compile ‘com.squareup.retrofit2:adapter-rxjava:2.0.2‘
compile ‘com.android.support:recyclerview-v7:25.3.1‘ Recycler
compile ‘com.github.bumptech.glide:glide:3.8.0‘ 解析图片
compile ‘com.squareup.picasso:picasso:2.5.2‘ 解析图片
compile ‘com.recker.flybanner:flybanner:1.3‘ 自动轮播图(重要)
compile ‘com.jude:rollviewpager:1.4.5‘ 自动轮播图
compile ‘com.j256.ormlite:ormlite-android:5.0‘ ORM数据库
compile ‘eu.the4thfloor.volley:com.android.volley:2015.05.28‘ Volley
compile ‘com.recker.flybanner:flybanner:1.3‘ 支持无限循环的广告栏控件
compile ‘com.jakewharton:butterknife:7.0.1‘ Butterknife
compile ‘com.scwang.smartrefresh:SmartRefreshLayout:1.0.3‘