Files
android_development/samples/browseable/NetworkConnect/_index.jd
Trevor Johns 8a66f8cbc0 Update sample prebults for 2017-02 release (nyc-mr1-dev)
developers/samples/android commit: 6f3586bc08b96d14d8f1315f4839ac59aa39798c

Change-Id: I08c9af2d58f1b3314eba807048dc05175a58e164
2017-02-09 00:45:30 -08:00

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>