xref: /aosp_15_r20/development/samples/browseable/NetworkConnect/_index.jd (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1
2page.tags="NetworkConnect"
3sample.group=Connectivity
4@jd:body
5
6<p>
7
8            This sample demonstrates how to connect to the network and fetch raw HTML using
9            HttpsURLConnection. AsyncTask is used to perform the fetch on a background thread.
10
11        </p>
12