diff options
author | Scott Main <smain@google.com> | 2012-04-20 14:18:29 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-04-20 14:18:29 -0700 |
commit | 40a33f3b0a3e29ddc98d31fbd9bf02a32aea5193 (patch) | |
tree | 8f3d517dbe7f08a89fed6911f4a06a2ae43123be /docs | |
parent | f90f4ed19c1bd7e0492c1aa1494a1d8ed5185275 (diff) | |
parent | 34bf13d593ae37933ad26db61840e087e8d1cec3 (diff) | |
download | frameworks_base-40a33f3b0a3e29ddc98d31fbd9bf02a32aea5193.zip frameworks_base-40a33f3b0a3e29ddc98d31fbd9bf02a32aea5193.tar.gz frameworks_base-40a33f3b0a3e29ddc98d31fbd9bf02a32aea5193.tar.bz2 |
Merge "docs: add meta description to first training docs" into ics-mr1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/training/basics/firstapp/index.jd | 1 | ||||
-rw-r--r-- | docs/html/training/index.jd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/html/training/basics/firstapp/index.jd b/docs/html/training/basics/firstapp/index.jd index a95ed8e..9ff5b18 100644 --- a/docs/html/training/basics/firstapp/index.jd +++ b/docs/html/training/basics/firstapp/index.jd @@ -1,4 +1,5 @@ page.title=Building Your First App +page.metaDescription=If you're new to Android app development, this where you should begin. This series of lessons shows you how to create a new project, build a simple app, and run it on a device or emulator. trainingnavtop=true startpage=true diff --git a/docs/html/training/index.jd b/docs/html/training/index.jd index 5e85924..8bf32bb 100644 --- a/docs/html/training/index.jd +++ b/docs/html/training/index.jd @@ -1,4 +1,5 @@ page.title=Orientation to Android Training +page.metaDescription=Android Training provides a collection of classes that aim to help you build great apps for Android. Each class explains the steps required to solve a problem or implement a feature using code snippets and sample code for you to use in your apps. @jd:body |