Android Network

Android Network

  1. Android HttpURLConnection Example
    Example about how to use HttpURLConnection to get data from and post data to http web server.
  2. 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.
  3. Android WebView Introduction
    Introduce how to use WebView in android application.
  4. Android WebView Examples
    An example about how to use WebView in android hybrid application.
  5. Http Util Class Make HttpURLConnection And OkHttp Reusable
    Show you how to encapsulate http request through HttpURLConnection or OkHttp to make http request reusable.
  6. 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.
  7. 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.