常用 Android 库

时间:2021-06-14 00:02:41   收藏:0   阅读:18

常用添加 Android 库

1.圆角图片显示
添加依赖

dependencies 中添加implementation ‘com.makeramen:roundedimageview:2.3.0‘
repositories 中添加mavenCentral()
github地址

2.okhttp
添加依赖

implementation("com.squareup.okhttp3:okhttp:4.9.0")
okhttp官方地址

原文:https://www.cnblogs.com/Yunrui-blogs/p/14881256.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!