Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
assets/ | 03-May-2024 | - | 191 | 160 | ||
res/ | 03-May-2024 | - | 23,532 | 14,081 | ||
src/com/example/android/ | 03-May-2024 | - | 64,966 | 39,153 | ||
tests/ | 03-May-2024 | - | 715 | 262 | ||
Android.mk | D | 03-May-2024 | 718 | 30 | 17 | |
AndroidManifest.xml | D | 03-May-2024 | 151.5 KiB | 3,357 | 2,757 | |
README.txt | D | 03-May-2024 | 660 | 19 | 18 | |
_index.html | D | 03-May-2024 | 3.2 KiB | 76 | 66 |
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).