blob: 6b30303eec2f3cef1371f0cedf59fb4116c5dee8 [file] [log] [blame]
Scott Main04680852009-08-24 15:27:00 -07001<p>The API Demos application includes a variety of small applications
2that illustrate the use of various Android APIs. It includes samples of:
The Android Open Source Project52d4c302009-03-03 19:29:09 -08003</p>
Scott Main04680852009-08-24 15:27:00 -07004<ul>
5 <li>Notifications</li>
6 <li>Alarms</li>
7 <li>Progress Dialogs</li>
8 <li>Intents</li>
9 <li>Menus</li>
10 <li>Search</li>
11 <li>Persistent application state</li>
12 <li>Preferences</li>
13 <li>Background Services</li>
14 <li>App Widgets</li>
15 <li>Voice Recognition</li>
16 <li>And many many more...</li>
17</ul>
The Android Open Source Project52d4c302009-03-03 19:29:09 -080018
Scott Main04680852009-08-24 15:27:00 -070019<p>You'll notice that all the samples are included in a single Android project,
20so the application code and other resource files for all samples are batched together.
21To help you find the code that's relevant to you, here's a directory that
22points to the program code for the different topics included in the project:</p>
The Android Open Source Project52d4c302009-03-03 19:29:09 -080023
Scott Main04680852009-08-24 15:27:00 -070024<ul>
25 <li><a href="src/com/example/android/apis/animation/index.html">Animation</a></li>
26
27 <li><a href="src/com/example/android/apis/app/index.html">App</a></li>
28
29 <li><a href="src/com/example/android/apis/appwidget/index.html">App Widgets</a></li>
30
31 <li><a href="src/com/example/android/apis/content/index.html">Content</a></li>
The Android Open Source Project52d4c302009-03-03 19:29:09 -080032
Scott Main04680852009-08-24 15:27:00 -070033 <li><a href="src/com/example/android/apis/graphics/index.html">Graphics</a></li>
The Android Open Source Project52d4c302009-03-03 19:29:09 -080034
Scott Main04680852009-08-24 15:27:00 -070035 <li><a href="src/com/example/android/apis/media/index.html">Media</a></li>
36
37 <li><a href="src/com/example/android/apis/os/index.html">OS</a></li>
The Android Open Source Project52d4c302009-03-03 19:29:09 -080038
Scott Main04680852009-08-24 15:27:00 -070039 <li><a href="src/com/example/android/apis/text/index.html">Text</a></li>
40
41 <li><a href="src/com/example/android/apis/view/index.html">Views</a></li>
42</ul>