Android Network
- Android HttpURLConnection Example
Example about how to use HttpURLConnection to get data from and post data to http web server. - Android OkHttp3 Http Get Post Request Example
How to use OkHttp3 to send get post request to web server and read response from web server. - Android WebView Introduction
Introduce how to use WebView in android application. - Android WebView Examples
An example about how to use WebView in android hybrid application. - Http Util Class Make HttpURLConnection And OkHttp Reusable
Show you how to encapsulate http request through HttpURLConnection or OkHttp to make http request reusable. - Retrofit Android Get Post Example
Example about how to use retrofit2 to send request to web server and parse the server response JSON format data to java object. - Use OkHttp3 To Upload And Download Json File Example
Examples about how to use OkHttp3 to upload or download Json or File between web server and android app.