summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/sensors
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/topics/sensors')
-rw-r--r--docs/html/guide/topics/sensors/accelerometer.jd18
-rw-r--r--docs/html/guide/topics/sensors/camera.jd18
-rw-r--r--docs/html/guide/topics/sensors/compass.jd18
-rw-r--r--docs/html/guide/topics/sensors/index.jd13
4 files changed, 67 insertions, 0 deletions
diff --git a/docs/html/guide/topics/sensors/accelerometer.jd b/docs/html/guide/topics/sensors/accelerometer.jd
new file mode 100644
index 0000000..da760bc
--- /dev/null
+++ b/docs/html/guide/topics/sensors/accelerometer.jd
@@ -0,0 +1,18 @@
+page.title=Accelerometer
+parent.title=Sensors
+parent.link=index.html
+@jd:body
+
+<div id="qv-wrapper">
+<div id="qv">
+
+ <h2>In this document</h2>
+ <ol>
+
+ </ol>
+
+</div>
+</div>
+
+
+TODO \ No newline at end of file
diff --git a/docs/html/guide/topics/sensors/camera.jd b/docs/html/guide/topics/sensors/camera.jd
new file mode 100644
index 0000000..821333e
--- /dev/null
+++ b/docs/html/guide/topics/sensors/camera.jd
@@ -0,0 +1,18 @@
+page.title=Camera
+parent.title=Sensors
+parent.link=index.html
+@jd:body
+
+<div id="qv-wrapper">
+<div id="qv">
+
+ <h2>Key class</h2>
+ <ol>
+ <li>{@link android.hardware.Camera android.hardware.Camera}</li>
+ </ol>
+ <h2>In this document</h2>
+ <ol>
+ <li>TODO</li>
+ </ol>
+</div>
+</div> \ No newline at end of file
diff --git a/docs/html/guide/topics/sensors/compass.jd b/docs/html/guide/topics/sensors/compass.jd
new file mode 100644
index 0000000..1e45d2d
--- /dev/null
+++ b/docs/html/guide/topics/sensors/compass.jd
@@ -0,0 +1,18 @@
+page.title=Compass
+parent.title=Sensors
+parent.link=index.html
+@jd:body
+
+<div id="qv-wrapper">
+<div id="qv">
+
+ <h2>In this document</h2>
+ <ol>
+
+ </ol>
+
+</div>
+</div>
+
+
+TODO \ No newline at end of file
diff --git a/docs/html/guide/topics/sensors/index.jd b/docs/html/guide/topics/sensors/index.jd
new file mode 100644
index 0000000..54a0814
--- /dev/null
+++ b/docs/html/guide/topics/sensors/index.jd
@@ -0,0 +1,13 @@
+page.title=Sensors
+@jd:body
+
+<div id="qv-wrapper">
+<div id="qv">
+
+
+
+<h2>Accelerometer</h2>
+<p>The accelerometer sensors allow you to detect the various movements of the device.</p>
+
+<h2>Compass</h2>
+<p>The compass provides data on the devices current polar orientation.</p> \ No newline at end of file