AS依赖

   
    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.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'
    compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3'
    //没有使用特殊Header,可以不加这行

compile 'com.jakewharton:butterknife:8.4.0'               // 获取ID




    compile 'com.recker.flybanner:flybanner:1.3'             轮播图

compile 'com.eftimoff:android-pathview:1.0.8@aar'   //SVG 依赖




    compile 'com.github.bumptech.glide:glide:3.7.0'           Glide//解析图片

猜你喜欢

转载自blog.csdn.net/weixin_41449643/article/details/79388348
今日推荐