diff options
author | Joe Fernandez <joefernandez@google.com> | 2013-05-14 16:10:58 -0700 |
---|---|---|
committer | Joe Fernandez <joefernandez@google.com> | 2013-05-14 16:10:58 -0700 |
commit | 95f6c758ae176747cf6675e37b984a8aece29dcd (patch) | |
tree | 50606cbed12e99be6730f340c353689fa3ac3c4b /docs/html/training/camera/index.jd | |
parent | c0f462c9b5fb5288e78c9a676e8b86525646d522 (diff) | |
download | frameworks_base-95f6c758ae176747cf6675e37b984a8aece29dcd.zip frameworks_base-95f6c758ae176747cf6675e37b984a8aece29dcd.tar.gz frameworks_base-95f6c758ae176747cf6675e37b984a8aece29dcd.tar.bz2 |
Search tag additions
Adding more search tags for feature areas (tools, adk, gcm, etc.)
Change-Id: I34b9b6e220b19f6adaf532e39eebb0d30b1573c7
Diffstat (limited to 'docs/html/training/camera/index.jd')
-rw-r--r-- | docs/html/training/camera/index.jd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/training/camera/index.jd b/docs/html/training/camera/index.jd index fa754a0..d6305d6 100644 --- a/docs/html/training/camera/index.jd +++ b/docs/html/training/camera/index.jd @@ -1,5 +1,5 @@ page.title=Capturing Photos -page.tags="camera","video" +page.tags="camera","video","picture" trainingnavtop=true startpage=true @@ -42,7 +42,7 @@ prevalent. Remember Gopher? We don't, either. For your app to become part of your users' lives, give them a way to put their lives into it. Using the on-board cameras, your application can enable users to augment what they see around them, make unique avatars, look for zombies around the corner, -or simply share their experiences.</p> +or simply share their experiences.</p> <p>This class gets you clicking fast with some super-easy ways of leveraging existing camera applications. In later lessons, you dive deeper @@ -50,7 +50,7 @@ and learn how to control the camera hardware directly.</p> <h2>Lessons</h2> - + <dl> <dt><b><a href="photobasics.html">Taking Photos Simply</a></b></dt> <dd>Leverage other applications and capture photos with just a few lines of code.</dd> @@ -58,5 +58,5 @@ and learn how to control the camera hardware directly.</p> <dd>Leverage other applications and record videos with just a few lines of code.</dd> <dt><b><a href="cameradirect.html">Controlling the Camera</a></b></dt> <dd>Control the camera hardware directly and implement your own camera application.</dd> -</dl> +</dl> |