Upgrade to Pro — share decks privately, control downloads, hide ads and more …

13. Работа с сетью

13. Работа с сетью

Evgeny Shishkin

March 02, 2015
Tweet

More Decks by Evgeny Shishkin

Other Decks in Education

Transcript

  1. HTTP clients • HttpClient (org.apache.http.client) [API level 1] • AndroidHttpClient

    (android.net.http) [API level 8] • HttpURLConnection (java.net) [API level 10]
  2. JSONArray & JSONObject • getBoolean() • getDouble() • getInt() •

    getLong() • getString() • getJSONArray() • getJSONObject()