Files
android_development/samples/ApiDemos/_index.html
Scott Main 8e56770703 docs: add update information to some samples
Change-Id: Ifafa507bd9e74f2605fe190b12f831051af5f422
2011-10-14 11:09:54 -07:00

65 lines
2.7 KiB
HTML

<p>The API Demos application includes a variety of small applications
that illustrate the use of various Android APIs. It includes samples of:
</p>
<ul>
<li>Notifications</li>
<li>Alarms</li>
<li>Progress Dialogs</li>
<li>Intents</li>
<li>Menus</li>
<li>Search</li>
<li>Persistent application state</li>
<li>Preferences</li>
<li>Background Services</li>
<li>App Widgets</li>
<li>Voice Recognition</li>
<li>And many many more...</li>
</ul>
<div class="note">
<p><strong>Update:</strong> The following are some of the new demos for Android 4.0:</p>
<ul>
<li><a
href="src/com/example/android/apis/preference/PreferencesFromCode.java">SwitchPreference</a></li>
<li><a
href="src/com/example/android/apis/app/ActionBarActionProviderActivity.java">ShareActionProvider
</a></li>
<li><a href="src/com/example/android/apis/view/SearchViewActionBar.java">Collapsible action
view</a></li>
<li><a href="src/com/example/android/apis/app/FragmentCustomAnimations.java">Custom
fragment animations</a></li>
<li><a href="src/com/example/android/apis/app/RemoteService.java">Service bindings</a></li>
<li><a href="src/com/example/android/apis/view/OverscanActivity.java">Full screen UI modes</a></li>
<a><a href="src/com/example/android/apis/graphics/TouchPaint.java">Stylus and hover
support</a></li>
<li><a href="src/com/example/android/apis/view/Switches.html">Switch widget</a></li>
</ul>
</div>
<script type="text/javascript">
// This is a totally temporary hack to display the following content only
// when the docs are online. This will be changed once the samples get moved.
if (toRoot == "/") {
document.write(""+
"<p>You'll notice that all the samples are included in a single Android "+
"project, so the application code and other resource files for all samples are batched "+
"together. To help you find the code that's relevant to you, here's a directory that "+
"points to the program code for the different topics included in the project:</p>"+
"<ul><li><a href='src/com/example/android/apis/animation/index.html'>Animation</a></li>"+
" <li><a href='src/com/example/android/apis/app/index.html'>App</a></li>"+
" <li><a href='src/com/example/android/apis/appwidget/index.html'>App Widgets</a></li>"+
" <li><a href='src/com/example/android/apis/content/index.html'>Content</a></li>"+
" <li><a href='src/com/example/android/apis/graphics/index.html'>Graphics</a></li>"+
" <li><a href='src/com/example/android/apis/media/index.html'>Media</a></li>"+
" <li><a href='src/com/example/android/apis/os/index.html'>OS</a></li>"+
" <li><a href='src/com/example/android/apis/text/index.html'>Text</a></li>"+
" <li><a href='src/com/example/android/apis/view/index.html'>Views</a></li></ul>");
}
</script>