依赖库

连接逍遥 cd c:\RuanJian\XiaoYao\Microvirt\MEmu  adb.exe connect 127.0.0.1:21503
    https://www.zhaoapi.cn/quarter/getAd
    android.enableAapt2=false    
PullToRefresh
    com.handmark.pulltorefresh.library.PullToRefreshScrollView

HttpClient  第1种在android里面加
    useLibrary 'org.apache.http.legacy'
    在请求之前加
    SSLSocketFactory.getSocketFactory().setHostnameVerifier(new AllowAllHostnameVerifier());
    
       2.  compile 'com.loopj.android:android-async-http:1.4.9'
//Glide 加载图片
    implementation 'com.github.bumptech.glide:glide:4.7.1'
//Gson 
    implementation 'com.google.code.gson:gson:2.8.5'
//OkHttp
     implementation 'com.squareup.okhttp3:okhttp:3.11.0'
//OkhttpLogging
    implementation 'com.squareup.okhttp3:logging-interceptor:3.9.0'
//ImageLoader加载图片
    implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
//CircleImageView
    implementation 'de.hdodenhof:circleimageview:2.1.0'
//TabLayout
    implementation 'com.android.support:design:26.+'


//recyclerView的依赖
    implementation 'com.android.support:recyclerview-v7:27.+'
//xRecyclerView的依赖
    implementation 'com.android.support:design:27.1.1'
    implementation 'com.jcodecraeer:xrecyclerview:1.5.9'
//butterknife
    implementation 'com.jakewharton:butterknife:8.8.1'
        annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
//banner
    implementation 'com.youth.banner:banner:1.4.10'
//Fresco 
    implementation 'com.facebook.fresco:fresco:1.9.0'
    // Fresco 支持 GIF 动图,需要添加
    implementation 'com.facebook.fresco:animated-gif:1.9.0'

volley 
// implementation 'com.mcxiaoke.volley:library:1.0.19'
//二维码
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
    implementation 'com.journeyapps:zxing-android-embedded:3.6.0'
库尅
implementation 'com.github.franmontiel:PersistentCookieJar:v1.0.1'


BRVAH
 allprojects {
        repositories {
            ...
            maven { url "https://jitpack.io" }
        }
    }

 dependencies {
            compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
    }

//加载图片picasso
       implementation 'com.squareup.picasso:picasso:2.71828'     2.5.2
上拉下拉
 implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-14'
    implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-alpha-14'
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值