1. 程式人生 > >Android Studio OkHttp+RecyclerView多條目展示資料

Android Studio OkHttp+RecyclerView多條目展示資料

Android Studio OkHttp+RecyclerView多條目展示資料

使用到了Gson-2.3.1 

okhttp:3.9.0

recyclerview-v7:26.1.0

匯入依賴

compile 'com.android.support:recyclerview-v7:26.1.0'
compile 'com.squareup.okhttp3:okhttp:3.9.0'
implementation files('libs/gson-2.3.1.jar')
compile files('libs/universal-image-loader-1.9.3.jar')
新增網路許可權
<uses-permission android:name="android.permission.INTERNET"/>
執行介面如下:

廢話不多說,原始碼下載地址:

https://github.com/bysjlwdx/OkhttpTest