developers/samples/android commit: 6f3586bc08b96d14d8f1315f4839ac59aa39798c Change-Id: I08c9af2d58f1b3314eba807048dc05175a58e164
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
|
|
page.tags="NetworkConnect"
|
|
sample.group=Connectivity
|
|
@jd:body
|
|
|
|
<p>
|
|
|
|
This sample demonstrates how to connect to the network and fetch raw HTML using
|
|
HttpsURLConnection. AsyncTask is used to perform the fetch on a background thread.
|
|
|
|
</p>
|