OkHttp获取网络数据

OkHttp获取网络数据

1.导依赖

    compile 'com.squareup.okio:okio:1.5.0'
    compile 'com.squareup.okhttp3:okhttp:3.2.0'
    compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
    compile 'com.google.code.gson:gson:2.8.2'

2.加以下权限

 
 
 

3.单例

OkHttp获取网络数据_第1张图片

4.MainActivity get post获取数据加网络判断图片上传

OkHttp获取网络数据_第2张图片

5.创建一个Bean类

6.导工具类Utils


你可能感兴趣的:(Android)