OSDN Git Service

Add readme to ApiDemos to mention the need for android-support-v4
authorXavier Ducrohet <xav@android.com>
Wed, 2 Mar 2011 00:32:51 +0000 (16:32 -0800)
committerXavier Ducrohet <xav@android.com>
Wed, 2 Mar 2011 00:32:51 +0000 (16:32 -0800)
Change-Id: I3172f4644d41fe1358fd5ae327af03e54e1297b5

samples/ApiDemos/README.txt [new file with mode: 0644]

diff --git a/samples/ApiDemos/README.txt b/samples/ApiDemos/README.txt
new file mode 100644 (file)
index 0000000..30a5672
--- /dev/null
@@ -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