docs: add camera and design, remove users

update title names for many lessons

Change-Id: I7a3d30bcb9786a351c04f05fcee39bb42954d2e8
This commit is contained in:
Scott Main
2011-12-15 16:47:26 -08:00
parent fc3f8e6954
commit 580f014653
29 changed files with 92 additions and 60 deletions

View File

@@ -8,7 +8,7 @@
<span class="en">Orientation</span> <span class="en">Orientation</span>
</a> </a>
</li> </li>
<li class="toggle-list"> <li class="toggle-list">
<div><a href="<?cs var:toroot ?>training/multiscreen/index.html"> <div><a href="<?cs var:toroot ?>training/multiscreen/index.html">
<span class="en">Designing for Multiple Screens</span> <span class="en">Designing for Multiple Screens</span>
@@ -96,27 +96,8 @@
</li> </li>
</ul> </ul>
</li> </li>
<li class="toggle-list">
<div><a href="<?cs var:toroot ?>training/id-auth/index.html">
<span class="en">Identifying Users</span>
</a></div>
<ul>
<li><a href="<?cs var:toroot ?>training/id-auth/identify.html">
<span class="en">Identifying Your User</span>
</a>
</li>
<li><a href="<?cs var:toroot ?>training/id-auth/authenticate.html">
<span class="en">Authenticating to OAuth2 Services</span>
</a>
</li>
<li><a href="<?cs var:toroot ?>training/id-auth/custom_auth.html">
<span class="en">Creating a Custom Account Type</span>
</a>
</li>
</ul>
</li>
<li class="toggle-list"> <li class="toggle-list">
<div><a href="<?cs var:toroot ?>training/sharing/index.html"> <div><a href="<?cs var:toroot ?>training/sharing/index.html">
<span class="en">Sharing Content</span> <span class="en">Sharing Content</span>
@@ -137,6 +118,26 @@
</ul> </ul>
</li> </li>
<li class="toggle-list">
<div><a href="<?cs var:toroot ?>training/camera/index.html">
<span class="en">Capturing Photos</span>
</a></div>
<ul>
<li><a href="<?cs var:toroot ?>training/camera/photobasics.html">
<span class="en">Taking Photos Simply</span>
</a>
</li>
<li><a href="<?cs var:toroot ?>training/camera/videobasics.html">
<span class="en">Recording Videos Simply</span>
</a>
</li>
<li><a href="<?cs var:toroot ?>training/camera/cameradirect.html">
<span class="en">Controlling the Camera</span>
</a>
</li>
</ul>
</li>
<li class="toggle-list"> <li class="toggle-list">
<div><a href="<?cs var:toroot ?>training/multiple-apks/index.html"> <div><a href="<?cs var:toroot ?>training/multiple-apks/index.html">
<span class="en">Maintaining Multiple APKs</span> <span class="en">Maintaining Multiple APKs</span>
@@ -184,6 +185,34 @@
</li> </li>
</ul> </ul>
</li> </li>
<li class="toggle-list">
<div><a href="<?cs var:toroot ?>training/design-navigation/index.html">
<span class="en">Designing Effective Navigation</span>
</a></div>
<ul>
<li><a href="<?cs var:toroot ?>training/design-navigation/screen-planning.html">
<span class="en">Planning Screens and Their Relationships</span>
</a>
</li>
<li><a href="<?cs var:toroot ?>training/design-navigation/multiple-sizes.html">
<span class="en">Planning for Multiple Touchscreen Sizes</span>
</a>
</li>
<li><a href="<?cs var:toroot ?>training/design-navigation/descendant-lateral.html">
<span class="en">Providing Descendant and Lateral Navigation</span>
</a>
</li>
<li><a href="<?cs var:toroot ?>training/design-navigation/ancestral-temporal.html">
<span class="en">Providing Ancestral and Temporal Navigation</span>
</a>
</li>
<li><a href="<?cs var:toroot ?>training/design-navigation/wireframing.html">
<span class="en">Putting it All Together: Wireframing the Example App</span>
</a>
</li>
</ul>
</li>
</ul> </ul>
</li> </li>

View File

@@ -1,5 +1,5 @@
page.title=Controlling the Camera page.title=Controlling the Camera
parent.title=Capturing Photos with the Camera parent.title=Capturing Photos
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,4 +1,4 @@
page.title=Capturing Photos with the Camera page.title=Capturing Photos
trainingnavtop=true trainingnavtop=true
startpage=true startpage=true
@@ -28,7 +28,8 @@ next.link=photobasics.html
<h2>Try it out</h2> <h2>Try it out</h2>
<div class="download-box"> <div class="download-box">
<a href="{@docRoot}shareables/training/PhotoIntentActivity.zip" class="button">Download the sample</a> <a href="http://developer.android.com/shareables/training/PhotoIntentActivity.zip"
class="button">Download the sample</a>
<p class="filename">PhotoIntentActivity.zip</p> <p class="filename">PhotoIntentActivity.zip</p>
</div> </div>

View File

@@ -1,5 +1,5 @@
page.title=Taking Photos Simply page.title=Taking Photos Simply
parent.title=Capturing Photos with the Camera parent.title=Capturing Photos
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true
@@ -31,7 +31,8 @@ next.link=videobasics.html
<h2>Try it out</h2> <h2>Try it out</h2>
<div class="download-box"> <div class="download-box">
<a href="{@docRoot}shareables/training/PhotoIntentActivity.zip" class="button">Download the <a href="http://developer.android.com/shareables/training/PhotoIntentActivity.zip"
class="button">Download the
sample</a> sample</a>
<p class="filename">PhotoIntentActivity.zip</p> <p class="filename">PhotoIntentActivity.zip</p>
</div> </div>

View File

@@ -1,5 +1,5 @@
page.title=Recording Videos Simply page.title=Recording Videos Simply
parent.title=Capturing Photos with the Camera parent.title=Capturing Photos
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true
@@ -31,8 +31,8 @@ next.link=cameradirect.html
<h2>Try it out</h2> <h2>Try it out</h2>
<div class="download-box"> <div class="download-box">
<a href="{@docRoot}shareables/training/PhotoIntentActivity.zip" class="button">Download the <a href="http://developer.android.com/shareables/training/PhotoIntentActivity.zip"
sample</a> class="button">Download the sample</a>
<p class="filename">PhotoIntentActivity.zip</p> <p class="filename">PhotoIntentActivity.zip</p>
</div> </div>
</div> </div>

View File

@@ -1,5 +1,5 @@
page.title=Providing Ancestral and Temporal Navigation page.title=Providing Ancestral and Temporal Navigation
parent.title=Designing Effective and Intuitive App Navigation parent.title=Designing Effective Navigation
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Providing Descendant and Lateral Navigation page.title=Providing Descendant and Lateral Navigation
parent.title=Designing Effective and Intuitive App Navigation parent.title=Designing Effective Navigation
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,8 +1,8 @@
page.title=Designing Effective and Intuitive App Navigation page.title=Designing Effective Navigation
trainingnavtop=true trainingnavtop=true
startpage=true startpage=true
next.title=Planning Screens and their Relationships next.title=Planning Screens and Their Relationships
next.link=screen-planning.html next.link=screen-planning.html
@jd:body @jd:body
@@ -30,7 +30,8 @@ next.link=screen-planning.html
<dl> <dl>
<dt><strong><a href="screen-planning.html">Planning Screens and their Relationships</a></strong></dt> <dt><strong><a href="screen-planning.html">Planning Screens and Their
Relationships</a></strong></dt>
<dd>Learn how to choose which screens your application should contain. Also learn how to choose which screens should be directly reachable from others. This lesson introduces a hypothetical news application to serve as an example for later lessons.</dd> <dd>Learn how to choose which screens your application should contain. Also learn how to choose which screens should be directly reachable from others. This lesson introduces a hypothetical news application to serve as an example for later lessons.</dd>
<dt><strong><a href="multiple-sizes.html">Planning for Multiple Touchscreen Sizes</a></strong></dt> <dt><strong><a href="multiple-sizes.html">Planning for Multiple Touchscreen Sizes</a></strong></dt>
@@ -42,6 +43,6 @@ next.link=screen-planning.html
<dt><strong><a href="ancestral-temporal.html">Providing Ancestral and Temporal Navigation</a></strong></dt> <dt><strong><a href="ancestral-temporal.html">Providing Ancestral and Temporal Navigation</a></strong></dt>
<dd>Learn how to allow users to navigate upwards in the content hierarchy. Also learn about best practices for the BACK button and temporal navigation, or navigation to previous screens that may not be hierarchically related.</dd> <dd>Learn how to allow users to navigate upwards in the content hierarchy. Also learn about best practices for the BACK button and temporal navigation, or navigation to previous screens that may not be hierarchically related.</dd>
<dt><strong><a href="wireframing.html">Putting it All Together: Wireframing the Example Application</a></strong></dt> <dt><strong><a href="wireframing.html">Putting it All Together: Wireframing the Example App</a></strong></dt>
<dd>Learn how to create screen wireframes (low-fidelity graphic mockups) representing the screens in a news application based on the desired information model. These wireframes utilize navigational elements discussed in previous lessons to demonstrate intuitive and efficient navigation.</dd> <dd>Learn how to create screen wireframes (low-fidelity graphic mockups) representing the screens in a news application based on the desired information model. These wireframes utilize navigational elements discussed in previous lessons to demonstrate intuitive and efficient navigation.</dd>
</dl> </dl>

View File

@@ -1,9 +1,9 @@
page.title=Planning for Multiple Touchscreen Sizes page.title=Planning for Multiple Touchscreen Sizes
parent.title=Designing Effective and Intuitive App Navigation parent.title=Designing Effective Navigation
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true
previous.title=Planning Screens and their Relationships previous.title=Planning Screens and Their Relationships
previous.link=screen-planning.html previous.link=screen-planning.html
next.title=Providing Descendant and Lateral Navigation next.title=Providing Descendant and Lateral Navigation
next.link=descendant-lateral.html next.link=descendant-lateral.html

View File

@@ -1,5 +1,5 @@
page.title=Planning Screens and their Relationships page.title=Planning Screens and Their Relationships
parent.title=Designing Effective and Intuitive App Navigation parent.title=Designing Effective Navigation
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Putting it All Together: Wireframing the Example Application page.title=Putting it All Together: Wireframing the Example App
parent.title=Designing Effective and Intuitive App Navigation parent.title=Designing Effective Navigation
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Enhancing Security with Device Management Policies page.title=Enhancing Security with Device Management Policies
parent.title=Developing Android Applications for the Enterprise parent.title=Developing for Enterprise
parent.link=index.html parent.link=index.html
@jd:body @jd:body

View File

@@ -1,5 +1,5 @@
page.title=Loading Views On Demand page.title=Loading Views On Demand
parent.title=Improving Performance of Layouts parent.title=Improving Layout Performance
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Optimizing Layout Hierarchies page.title=Optimizing Layout Hierarchies
parent.title=Improving Performance of Layouts parent.title=Improving Layout Performance
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Re-using Layouts with &lt;include/&gt; page.title=Re-using Layouts with &lt;include/&gt;
parent.title=Improving Performance of Layouts parent.title=Improving Layout Performance
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Making ListView Scrolling Smooth page.title=Making ListView Scrolling Smooth
parent.title=Optimizing Performance of Layouts parent.title=Improving Layout Performance
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Managing Audio Focus page.title=Managing Audio Focus
parent.title=Managing Audio Playback and Focus parent.title=Managing Audio Playback
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Dealing with Audio Output Hardware page.title=Dealing with Audio Output Hardware
parent.title=Managing Audio Playback and Focus parent.title=Managing Audio Playback
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Controlling Your Apps Volume and Playback page.title=Controlling Your Apps Volume and Playback
parent.title=Managing Audio Playback and Focus parent.title=Managing Audio Playback
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Advertising without Compromising User Experience page.title=Advertising without Compromising User Experience
parent.title=Monetizing your App parent.title=Monetizing Your App
parent.link=index.html parent.link=index.html
@jd:body @jd:body

View File

@@ -1,5 +1,5 @@
page.title=Monitoring the Battery Level and Charging State page.title=Monitoring the Battery Level and Charging State
parent.title=Monitoring Device State to Optimize Battery Life parent.title=Optimizing Battery Life
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Determining and Monitoring the Connectivity Status page.title=Determining and Monitoring the Connectivity Status
parent.title=Monitoring Device State to Optimize Battery Life parent.title=Optimizing Battery Life
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Determining and Monitoring the Docking State and Type page.title=Determining and Monitoring the Docking State and Type
parent.title=Monitoring Device State to Optimize Battery Life parent.title=Optimizing Battery Life
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Manipulating Broadcast Receivers On Demand page.title=Manipulating Broadcast Receivers On Demand
parent.title=Monitoring Device State to Optimize Battery Life parent.title=Optimizing Battery Life
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Creating Multiple APKs for Different API Levels page.title=Creating Multiple APKs for Different API Levels
parent.title=Creating and Maintaining Multiple APKs parent.title=Maintaining Multiple APKs
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,4 +1,4 @@
page.title=Creating and Maintaining Multiple APKs page.title=Maintaining Multiple APKs
trainingnavtop=true trainingnavtop=true
startpage=true startpage=true

View File

@@ -1,5 +1,5 @@
page.title=Creating Multiple APKs with 2+ Dimensions page.title=Creating Multiple APKs with 2+ Dimensions
parent.title=Creating and Maintaining Multiple APKs parent.title=Maintaining Multiple APKs
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Creating Multiple APKs for Different Screen Sizes page.title=Creating Multiple APKs for Different Screen Sizes
parent.title=Creating and Maintaining Multiple APKs parent.title=Maintaining Multiple APKs
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true

View File

@@ -1,5 +1,5 @@
page.title=Creating Multiple APKs for Different GL Textures page.title=Creating Multiple APKs for Different GL Textures
parent.title=Creating and Maintaining Multiple APKs parent.title=Maintaining Multiple APKs
parent.link=index.html parent.link=index.html
trainingnavtop=true trainingnavtop=true