summaryrefslogtreecommitdiffstats
path: root/docs/html/training/basics/network-ops/index.jd
diff options
context:
space:
mode:
authorKatie McCormick <kmccormick@google.com>2014-06-04 12:36:21 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-04 12:36:21 +0000
commitc799a830b2d29db5747cc89558c9effb6baddb22 (patch)
tree2bdbbdf456f73f89f1dd2b713d3cd00222f1ca4e /docs/html/training/basics/network-ops/index.jd
parentc1d8b0c4e904b7aaeb0897fd008f5525cb731dd0 (diff)
parent88d1c560ea797e3ec974fd735531c126f8453a64 (diff)
downloadframeworks_base-c799a830b2d29db5747cc89558c9effb6baddb22.zip
frameworks_base-c799a830b2d29db5747cc89558c9effb6baddb22.tar.gz
frameworks_base-c799a830b2d29db5747cc89558c9effb6baddb22.tar.bz2
am 88d1c560: am ea5fa98c: am c659e746: Merge "Doc update: new Volley class" into klp-docs
* commit '88d1c560ea797e3ec974fd735531c126f8453a64': Doc update: new Volley class
Diffstat (limited to 'docs/html/training/basics/network-ops/index.jd')
-rw-r--r--docs/html/training/basics/network-ops/index.jd9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/html/training/basics/network-ops/index.jd b/docs/html/training/basics/network-ops/index.jd
index cb3a390..db64fe9 100644
--- a/docs/html/training/basics/network-ops/index.jd
+++ b/docs/html/training/basics/network-ops/index.jd
@@ -24,6 +24,7 @@ next.link=connecting.html
<li><a href="{@docRoot}training/monitoring-device-state/index.html">Optimizing Battery Life</a></li>
<li><a href="{@docRoot}training/efficient-downloads/index.html">Transferring Data Without Draining the Battery</a></li>
<li><a href="{@docRoot}guide/webapps/index.html">Web Apps Overview</a></li>
+ <li><a href="{@docRoot}training/volley/index.html">Transmitting Network Data Using Volley</a></li>
</ul>
@@ -51,6 +52,14 @@ as a source of reusable code for your own application.</p>
fundamental building blocks for creating Android applications that download
content and parse data efficiently, while minimizing network traffic.</p>
+<p class="note"><strong>Note:</strong> See the class <a href="{@docRoot}
+training/volley/index.html">Transmitting Network Data Using Volley</a>
+for information on Volley, an HTTP library that makes networking for Android apps
+easier and faster. Volley is available through the open
+<a href="https://android.googlesource.com/platform/frameworks/volley">AOSP</a>
+repository. Volley may be able to help you streamline and improve the performance
+of your app's network operations.</p>
+
<h2>Lessons</h2>