diff --git a/samples/AccelerometerPlay/_index.jd b/samples/AccelerometerPlay/_index.jd new file mode 100644 index 000000000..197e45357 --- /dev/null +++ b/samples/AccelerometerPlay/_index.jd @@ -0,0 +1,7 @@ +page.tags="Sensor", "Accelerometer" +sample.tags="Accelerometer", "Games" +sample.groups="Sensors" +@jd:body + +

Example code that shows how to use the device accelerometer in apps and games.

+ diff --git a/samples/ActionBarCompat/_index.html b/samples/ActionBarCompat/_index.jd similarity index 52% rename from samples/ActionBarCompat/_index.html rename to samples/ActionBarCompat/_index.jd index 8808de182..946570b7e 100644 --- a/samples/ActionBarCompat/_index.html +++ b/samples/ActionBarCompat/_index.jd @@ -1,18 +1,7 @@ - +page.tags="ActionBar", "Compatibility", "Support Library" +sample.tags="UI", "ActionBar", "Support Library" +sample.group="Input" +@jd:body

This sample shows how to use the action bar design pattern on pre-API 11 devices and the built-in ActionBar on devices supporting API @@ -22,4 +11,4 @@ action item definition mechanism as the new framework API, even supporting the android:showAsAction attribute to a limited extent.

- + \ No newline at end of file diff --git a/samples/BluetoothHDP/_index.html b/samples/BluetoothHDP/_index.jd old mode 100755 new mode 100644 similarity index 88% rename from samples/BluetoothHDP/_index.html rename to samples/BluetoothHDP/_index.jd index 3fb3babf7..cf5f555af --- a/samples/BluetoothHDP/_index.html +++ b/samples/BluetoothHDP/_index.jd @@ -1,3 +1,8 @@ +page.tags="Bluetooth", "HDP" +sample.tags="Bluetooth", "Health" +sample.group="Connectivity" +@jd:body +

A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device. This feature is available on Android 4.0 (API level 14) or above platforms. The Android Bluetooth Health API lets you create applications that use Bluetooth to communicate with health devices that support Bluetooth, such as heart-rate monitors, blood meters, thermometers, scales, and @@ -9,5 +14,4 @@ MDC_DEV_SPEC_PROFILE_* in the Nomenclature Codes Annex.

The application manages connection with Bluetooth HDP-enabled devices. Possible device type include blood pressure monitor, glucose meter, thermometer, etc. Upon connection, the application retrieves raw data sent from the device. Note that in order to interpret the data, a parser that conforms to the IEEE 11073-xxxxx specifications would be required.

- - + \ No newline at end of file diff --git a/samples/BluetoothLeGatt/_index.jd b/samples/BluetoothLeGatt/_index.jd new file mode 100644 index 000000000..b73d51943 --- /dev/null +++ b/samples/BluetoothLeGatt/_index.jd @@ -0,0 +1,9 @@ +page.tags="Bluetooth", "LE", "SMART" +sample.tags="Bluetooth", "LE" +sample.group="Connectivity" +@jd:body + +

A sample application that demonstrates how to communicate with +a Bluetooth SMART (Low Energy) device. This feature is available on +Android 4.3 (API level 14) or above platforms.

+