1*90c8c64dSAndroid Build Coastguard WorkerThe API Demos application includes a variety of small applications 2*90c8c64dSAndroid Build Coastguard Workerthat illustrate the use of various Android APIs. It includes samples of: 3*90c8c64dSAndroid Build Coastguard Worker - Notifications 4*90c8c64dSAndroid Build Coastguard Worker - Alarms 5*90c8c64dSAndroid Build Coastguard Worker - Progress Dialogs 6*90c8c64dSAndroid Build Coastguard Worker - Intents 7*90c8c64dSAndroid Build Coastguard Worker - Menus 8*90c8c64dSAndroid Build Coastguard Worker - Search 9*90c8c64dSAndroid Build Coastguard Worker - Persistent application state 10*90c8c64dSAndroid Build Coastguard Worker - Background Services 11*90c8c64dSAndroid Build Coastguard Worker - App Widgets 12*90c8c64dSAndroid Build Coastguard Worker - Voice Recognition 13*90c8c64dSAndroid Build Coastguard Worker - And many many more... 14*90c8c64dSAndroid Build Coastguard Worker 15*90c8c64dSAndroid Build Coastguard WorkerApi demos is designed to use the compatibility library "android-support-v4.jar". 16*90c8c64dSAndroid Build Coastguard WorkerIt is available through the SDK Updater in the "Android Compatibility package". 17*90c8c64dSAndroid Build Coastguard WorkerOnce downloaded, copy the jar file into the ApiDemos project libs/ folder. 18*90c8c64dSAndroid Build Coastguard Worker(If using Eclipse, add it manually to the project build path).