From 86eecf00747c0f417286e0c21ef3d28985597473 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Tue, 1 Mar 2011 16:32:51 -0800 Subject: [PATCH] Add readme to ApiDemos to mention the need for android-support-v4 Change-Id: I3172f4644d41fe1358fd5ae327af03e54e1297b5 --- samples/ApiDemos/README.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 samples/ApiDemos/README.txt diff --git a/samples/ApiDemos/README.txt b/samples/ApiDemos/README.txt new file mode 100644 index 000000000..30a567273 --- /dev/null +++ b/samples/ApiDemos/README.txt @@ -0,0 +1,19 @@ +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 + - Preferences + - 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). \ No newline at end of file