Doc change: adding sample links

Change-Id: I8922fe5d775b1b3c9acf0c1002188a9dd89ff611
This commit is contained in:
Robert Ly
2011-01-21 20:34:02 -08:00
parent 3a27acef4e
commit baf5e7683e

View File

@@ -39,7 +39,26 @@ older versions of Android.</p>
</li> </li>
</ol> </ol>
<h3>Android 3.0 samples</h3>
<p>Many of the new APIs that are described in the <a href="{@docRoot}sdk/android-3.0.html#api">
Android 3.0 Platform Preview</a> also have accompanying samples that help you understand the feature.
The samples are located in <code>&lt;sdk_root&gt;/samples/android-Honeycomb</code> and include
the following:</p>
<ul>
<li><a href="{@docRoot}resources/samples/Honeycomb-Gallery/index.html">Honeycomb Gallery</a> -
A demo application highlighting how to use some of the new APIs in Honeycomb, including fragments, the action bar,
drag and drop, transition animations, and a stack widget.</li>
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/index.html#Fragment">Fragments</a>
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/ActionBarMechanics.html">Action Bar</a></li>
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/content/ClipboardSample.html">Clipboard</a></li>
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/DragAndDropDemo.html">Drag and Drop</a></li>
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/List15.html">
Multiple-choice selection for ListView and GridView</a></li>
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.html">Content Loaders</a></li>
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/animation/index.html">Property Animation</a></li>
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/SearchViewActionBar.html">Search View Widget</a></li>
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/PopupMenu1.html">Popup Menu Widget</a></li>
</ul>
<h2 id="Setup">Set Up the Preview SDK</h2> <h2 id="Setup">Set Up the Preview SDK</h2>