摘要: 常用添加 Android 库 1.圆角图片显示 添加依赖 dependencies 中添加implementation 'com.makeramen:roundedimageview:2.3.0' repositories 中添加mavenCentral() github地址 2.okhttp 添加 阅读全文
posted @ 2021-06-13 21:20 野生的Lemon柠檬 阅读(113) 评论(0) 推荐(0) 编辑
摘要: OkHttp的使用 在安卓中使用OkHttp的步骤如下: 在build.gradle中导入 implementation("com.squareup.okhttp3:okhttp:4.9.0") 使用OkHttp 如上即可使用 需要添加网络访问权限: <uses-permission android 阅读全文
posted @ 2021-06-13 10:15 野生的Lemon柠檬 阅读(264) 评论(0) 推荐(0) 编辑

呱呱呱呱呱🐸