Files
android_development/samples/ApiDemos/README.txt
Louis Pullen-Freilich 1496f57583 Removes framework Preference demos
The framework Preference APIs are deprecated, so these samples are
misleading and should be removed.

Trying to submit again now that the relevant sample tags have been removed.

Bug: b/119602280
Test: n/a
Change-Id: I7efb509f5c938122575cf4177b50872bfc089d00
2018-11-19 18:05:33 +00:00

18 lines
644 B
Plaintext

The API Demos application includes a variety of small applications
that illustrate the use of various Android APIs. It includes samples of:
- Notifications
- Alarms
- Progress Dialogs
- Intents
- Menus
- Search
- Persistent application state
- Background Services
- App Widgets
- Voice Recognition
- And many many more...
Api demos is designed to use the compatibility library "android-support-v4.jar".
It is available through the SDK Updater in the "Android Compatibility package".
Once downloaded, copy the jar file into the ApiDemos project libs/ folder.
(If using Eclipse, add it manually to the project build path).