常用的依赖跟权限

常用权限








常用依赖


butterknife
compile ‘com.jakewharton:butterknife:8.8.1’
annotationProcessor ‘com.jakewharton:butterknife-compiler:8.8.1’


imageloader包导入
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'


TabLayout—design包导入
compile 'com.android.support:design:26+'


gson包导入
compile 'com.google.code.gson:gson:2.2.4'


pull-to-refresh上下拉刷新控件
compile 'com.github.userswlwork:pull-to-refresh:1.0.0'


Banner包的导入
compile 'com.youth.banner:banner:1.4.10'


draggrid频道管理包导入
maven {url "https://jitpack.io"}
compile 'com.github.andyoom:draggrid:v1.0.1'


一个Json串解析地址:
http://api.expoon.com/AppNews/getNewsList/type/1/p/1


一张小图片地址:
https://img-my.csdn.net/uploads/201407/26/1406383265_8550.jpg


HttpClient处理方法
useLibrary 'org.apache.http.legacy'




 Okhttp okio
    compile 'com.squareup.okhttp3:okhttp:3.9.1'
    compile 'com.squareup.okio:okio:1.13.0'


compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.android.support:support-v4:23.3.0'


recyclerview的依赖:


compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'


compile 'com.facebook.fresco:fresco:0.9.0+'


compile 'com.squareup.picasso:picasso:2.5.2'







你可能感兴趣的:(常用的依赖跟权限)