Files
android_development/samples/browseable/NetworkConnect/_index.jd
quddusc 11d2eef36f Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
(cherry picked from commit 3943cdc962)
2013-10-31 11:55:15 +00:00

11 lines
238 B
Plaintext

page.tags="NetworkConnect"
sample.group=Connectivity
@jd:body
<p>This sample demonstrates how to connect to the network and fetch raw HTML.
The sample uses {@link android.os.AsyncTask} to perform the fetch on a
background thread.</p>