Android 常用权限和依赖

常用权限

常用依赖

imageloader 
compile ‘com.nostra13.universalimageloader:universal-image-loader:1.9.5’ 

gson包导入 
compile ‘com.google.code.gson:gson:2.2.4’

pull-to-refresh上下拉刷新控件 

compile ‘com.github.userswlwork:pull-to-refresh:1.0.0’

TabLayout—design包导入  

compile ‘com.android.support:design:26+’

butterknife 
compile ‘com.jakewharton:butterknife:8.8.1’ 

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

okhttp
implementation 'com.squareup.okhttp3:okhttp:3.2.0'

猜你喜欢

转载自blog.csdn.net/sylkeel/article/details/79395476
今日推荐