常用 权限 和 依赖

来源:互联网 发布:部落冲突升级兵种数据 编辑:程序博客网 时间:2024/05/29 03:43

常用权限

<uses-permission android:name="android.permission.INTERNET" /><uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/><uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/><uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
  • 1
  • 2
  • 3
  • 4
  • 5

常用依赖

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.9'

tablayout 的依赖

compile 'com.android.support:design:26+'


//频道

allprojects {    repositories {        google()        jcenter()        maven {url "https://jitpack.io"}    }}//频道
compile 'com.github.andyoom:draggrid:v1.0.1'


//视屏

http://blog.csdn.net/CutelittleBo/article/details/49943825





///   视频

compile 'cn.jzvd:jiaozivideoplayer:6.1.2'compile 'com.github.bumptech.glide:glide:3.7.0'









原创粉丝点击