diff --git a/samples/ApiDemos/src/com/example/android/apis/app/_index.html b/samples/ApiDemos/src/com/example/android/apis/app/_index.html
index 5a2a31f3c91..3615e262dfe 100644
--- a/samples/ApiDemos/src/com/example/android/apis/app/_index.html
+++ b/samples/ApiDemos/src/com/example/android/apis/app/_index.html
@@ -3,6 +3,7 @@
- Activity
- Fragment
+ - Action Bar
- LoaderManager
- Alarm
- Notification
@@ -113,7 +114,7 @@ Fragment
- Fragment List Array
- Demonstrates use of ListFragment to show the contents of a simple ArrayAdapter.
- - Fragment List Cursor Loader
+ - Fragment List Cursor Loader
- Demonstrates use of LoaderManager to perform a query for a Cursor that
populates a ListFragment.
@@ -134,6 +135,26 @@ Fragment
+
+Action Bar
+
+ - Action Bar Mechanics
+ - Demonstrates the basics of the Action Bar and how it interoperates with the standard options
+menu. This demo is for informative purposes only; see Usage for an example of using the
+Action Bar in a more idiomatic manner.
+ - Action Bar Tabs
+ - Demonstrates the use of Action Bar tabs and how they interact with other action bar
+features.
+ - Action Bar Usage
+ - Demonstrates imple usage of the Action Bar, including a SearchView as an action item. The
+default Honeycomb theme includes the Action Bar by default and a menu resource is used to populate
+the menu data itself. If you'd like to see how these things work under the hood, see
+Mechanics.
+ - Display Options
+ - Shows how various Action Bar display option flags can be combined and their effects.
+
+
+
LoaderManager
- Loader Throttle
diff --git a/samples/ApiDemos/src/com/example/android/apis/view/_index.html b/samples/ApiDemos/src/com/example/android/apis/view/_index.html
index e72890a920a..c5c7ed2f716 100644
--- a/samples/ApiDemos/src/com/example/android/apis/view/_index.html
+++ b/samples/ApiDemos/src/com/example/android/apis/view/_index.html
@@ -257,6 +257,13 @@ Animation
- Demonstrates a variety of transformations (android.view.animation.Animation), including fading, motion, and rotation.
+Drag and Drop
+
+ - Drag and Drop Demo
+ - Demonstrates how to perform drag and drop using an OnDragListener. (Uses the
DraggableDot
class.)
+
+
Controls
- 1. Light Theme