diff options
Diffstat (limited to 'docs/html/training')
-rw-r--r-- | docs/html/training/enterprise/index.jd | 2 | ||||
-rw-r--r-- | docs/html/training/id-auth/index.jd | 2 | ||||
-rw-r--r-- | docs/html/training/improving-layouts/index.jd | 2 | ||||
-rw-r--r-- | docs/html/training/index.jd | 17 | ||||
-rw-r--r-- | docs/html/training/managing-audio/index.jd | 2 | ||||
-rw-r--r-- | docs/html/training/monitoring-device-state/index.jd | 2 |
6 files changed, 22 insertions, 5 deletions
diff --git a/docs/html/training/enterprise/index.jd b/docs/html/training/enterprise/index.jd index 05bb29c..0145909 100644 --- a/docs/html/training/enterprise/index.jd +++ b/docs/html/training/enterprise/index.jd @@ -1,4 +1,4 @@ -page.title=Developing Android Applications for the Enterprise +page.title=Developing for Enterprise trainingnavtop=true startpage=true diff --git a/docs/html/training/id-auth/index.jd b/docs/html/training/id-auth/index.jd index 6fbfa65..39ca397 100644 --- a/docs/html/training/id-auth/index.jd +++ b/docs/html/training/id-auth/index.jd @@ -1,4 +1,4 @@ -page.title=Identifying and Authenticating Users +page.title=Identifying Users trainingnavtop=true startpage=true diff --git a/docs/html/training/improving-layouts/index.jd b/docs/html/training/improving-layouts/index.jd index 4cc6963..a0ac13e 100644 --- a/docs/html/training/improving-layouts/index.jd +++ b/docs/html/training/improving-layouts/index.jd @@ -1,4 +1,4 @@ -page.title=Improving Performance of Layouts +page.title=Improving Layout Performance trainingnavtop=true startpage=true diff --git a/docs/html/training/index.jd b/docs/html/training/index.jd new file mode 100644 index 0000000..f2fe680 --- /dev/null +++ b/docs/html/training/index.jd @@ -0,0 +1,17 @@ +page.title=Orientation to Android Training + +@jd:body + +<div class="figure" style="width:450px;margin-top:-30px"> + <img src="{@docRoot}images/training/training-prof.png" alt="" /> +</div> + +<p>Welcome to Android Training. Here you'll find a collection of classes that aim to help you +build great apps for Android, using best practices in a variety of framework topics.</p> + +<p>Each class explains the steps required to solve a problem or implement a feature using plenty of +code snippets and sample code for you to use in your apps.</p> + +<p>This is just the beginning. We plan to add many more classes, expand and refine existing classes, +and build Training Courses that help you enhance your apps using an objective-oriented +collections of classes.</p> diff --git a/docs/html/training/managing-audio/index.jd b/docs/html/training/managing-audio/index.jd index c7df39b..3aa2d88 100644 --- a/docs/html/training/managing-audio/index.jd +++ b/docs/html/training/managing-audio/index.jd @@ -1,4 +1,4 @@ -page.title=Managing Audio Playback and Focus +page.title=Managing Audio Playback trainingnavtop=true startpage=true diff --git a/docs/html/training/monitoring-device-state/index.jd b/docs/html/training/monitoring-device-state/index.jd index e92e1e8..61f7176 100644 --- a/docs/html/training/monitoring-device-state/index.jd +++ b/docs/html/training/monitoring-device-state/index.jd @@ -1,4 +1,4 @@ -page.title=Monitoring Device State to Optimize Battery Life +page.title=Optimizing Battery Life trainingnavtop=true startpage=true |