Home | History | Annotate | only in /development/samples/ApiDemos
Up to higher level directory
NameDateSize
_index.html21-Aug-20183.2K
Android.mk21-Aug-2018718
AndroidManifest.xml21-Aug-2018151.5K
assets/21-Aug-2018
README.txt21-Aug-2018660
res/21-Aug-2018
src/21-Aug-2018
tests/21-Aug-2018

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