Home | History | Annotate | only in /development/samples/ApiDemos
Up to higher level directory
NameDateSize
_index.html22-Oct-20203.1K
Android.mk22-Oct-2020733
AndroidManifest.xml22-Oct-2020148.1K
assets/22-Oct-2020
README.txt22-Oct-2020644
res/22-Oct-2020
src/22-Oct-2020
tests/22-Oct-2020

README.txt

      1 The API Demos application includes a variety of small applications 
      2 that 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
     10   - Background Services
     11   - App Widgets
     12   - Voice Recognition
     13   - And many many more...
     14 
     15 Api demos is designed to use the compatibility library "android-support-v4.jar".
     16 It is available through the SDK Updater in the "Android Compatibility package".
     17 Once downloaded, copy the jar file into the ApiDemos project libs/ folder.
     18 (If using Eclipse, add it manually to the project build path).