• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

assets/22-Nov-2023-42

res/22-Nov-2023-23,08713,801

src/com/example/android/apis/22-Nov-2023-56,59034,873

tests/22-Nov-2023-713261

Android.mkD22-Nov-2023680 2514

AndroidManifest.xmlD22-Nov-2023146.3 KiB3,2482,660

README.txtD22-Nov-2023660 1918

_index.htmlD22-Nov-20233.2 KiB7666

README.txt

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