上传者: 38610070
|
上传时间: 2021-03-30 09:31:51
|
文件大小: 71KB
|
文件类型: PDF
本文实例为大家分享了android上传本地图片到网络的具体代码,供大家参考,具体内容如下
首先这里用到了Okhttp 所以需要一个依赖:
compile 'com.squareup.okhttp3:okhttp:3.9.0'
xml布局
<?xml version=1.0 encoding=utf-8?>
<LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
xmlns:app=http://schemas.android.com/apk/res-auto
xmlns:to