码迷,mamicode.com
首页 > 移动开发 > 详细

Android 常见依赖包和权限声明

时间:2021-01-15 11:46:30      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:convert   mis   iss   stat   inter   下拉   网络   state   网络状态   

Android 权限
网络权限和网络状态

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

Android 依赖库

//retrofit
implementation ‘com.squareup.retrofit2:retrofit:2.9.0‘
//retrofit转换工具
implementation ‘com.squareup.retrofit2:converter-gson:2.9.0‘
//glide图片加载
implementation ‘com.github.bumptech.glide:glide:4.11.0‘
//下拉刷新
implementation ‘com.lcodecorex:tkrefreshlayout:1.0.7‘ 

随时更新

Android 常见依赖包和权限声明

标签:convert   mis   iss   stat   inter   下拉   网络   state   网络状态   

原文地址:https://www.cnblogs.com/dashou/p/14276784.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!