blob: 8bf58c7ff5eaef5b11e70dfa19c462d34500edb4 [file] [log] [blame]
Xavier Ducrohet86eecf02011-03-01 16:32:51 -08001The API Demos application includes a variety of small applications
2that illustrate the use of various Android APIs. It includes samples of:
3 - Notifications
4 - Alarms
5 - Progress Dialogs
6 - Intents
7 - Menus
8 - Search
9 - Persistent application state
Xavier Ducrohet86eecf02011-03-01 16:32:51 -080010 - Background Services
11 - App Widgets
12 - Voice Recognition
13 - And many many more...
14
15Api demos is designed to use the compatibility library "android-support-v4.jar".
16It is available through the SDK Updater in the "Android Compatibility package".
17Once downloaded, copy the jar file into the ApiDemos project libs/ folder.
18(If using Eclipse, add it manually to the project build path).