docs: add camera and design, remove users
update title names for many lessons Change-Id: I7a3d30bcb9786a351c04f05fcee39bb42954d2e8
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<span class="en">Orientation</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="toggle-list">
|
||||
<div><a href="<?cs var:toroot ?>training/multiscreen/index.html">
|
||||
<span class="en">Designing for Multiple Screens</span>
|
||||
@@ -96,27 +96,8 @@
|
||||
</li>
|
||||
</ul>
|
||||
</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">
|
||||
<div><a href="<?cs var:toroot ?>training/sharing/index.html">
|
||||
<span class="en">Sharing Content</span>
|
||||
@@ -137,6 +118,26 @@
|
||||
</ul>
|
||||
</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">
|
||||
<div><a href="<?cs var:toroot ?>training/multiple-apks/index.html">
|
||||
<span class="en">Maintaining Multiple APKs</span>
|
||||
@@ -184,6 +185,34 @@
|
||||
</li>
|
||||
</ul>
|
||||
</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>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Controlling the Camera
|
||||
parent.title=Capturing Photos with the Camera
|
||||
parent.title=Capturing Photos
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
page.title=Capturing Photos with the Camera
|
||||
page.title=Capturing Photos
|
||||
|
||||
trainingnavtop=true
|
||||
startpage=true
|
||||
@@ -28,7 +28,8 @@ next.link=photobasics.html
|
||||
<h2>Try it out</h2>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Taking Photos Simply
|
||||
parent.title=Capturing Photos with the Camera
|
||||
parent.title=Capturing Photos
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
@@ -31,7 +31,8 @@ next.link=videobasics.html
|
||||
|
||||
<h2>Try it out</h2>
|
||||
<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>
|
||||
<p class="filename">PhotoIntentActivity.zip</p>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Recording Videos Simply
|
||||
parent.title=Capturing Photos with the Camera
|
||||
parent.title=Capturing Photos
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
@@ -31,8 +31,8 @@ next.link=cameradirect.html
|
||||
<h2>Try it out</h2>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Providing Ancestral and Temporal Navigation
|
||||
parent.title=Designing Effective and Intuitive App Navigation
|
||||
parent.title=Designing Effective Navigation
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Providing Descendant and Lateral Navigation
|
||||
parent.title=Designing Effective and Intuitive App Navigation
|
||||
parent.title=Designing Effective Navigation
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
page.title=Designing Effective and Intuitive App Navigation
|
||||
page.title=Designing Effective Navigation
|
||||
|
||||
trainingnavtop=true
|
||||
startpage=true
|
||||
next.title=Planning Screens and their Relationships
|
||||
next.title=Planning Screens and Their Relationships
|
||||
next.link=screen-planning.html
|
||||
|
||||
@jd:body
|
||||
@@ -30,7 +30,8 @@ next.link=screen-planning.html
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
</dl>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
page.title=Planning for Multiple Touchscreen Sizes
|
||||
parent.title=Designing Effective and Intuitive App Navigation
|
||||
parent.title=Designing Effective Navigation
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
previous.title=Planning Screens and their Relationships
|
||||
previous.title=Planning Screens and Their Relationships
|
||||
previous.link=screen-planning.html
|
||||
next.title=Providing Descendant and Lateral Navigation
|
||||
next.link=descendant-lateral.html
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Planning Screens and their Relationships
|
||||
parent.title=Designing Effective and Intuitive App Navigation
|
||||
page.title=Planning Screens and Their Relationships
|
||||
parent.title=Designing Effective Navigation
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Putting it All Together: Wireframing the Example Application
|
||||
parent.title=Designing Effective and Intuitive App Navigation
|
||||
page.title=Putting it All Together: Wireframing the Example App
|
||||
parent.title=Designing Effective Navigation
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
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
|
||||
@jd:body
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Loading Views On Demand
|
||||
parent.title=Improving Performance of Layouts
|
||||
parent.title=Improving Layout Performance
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Optimizing Layout Hierarchies
|
||||
parent.title=Improving Performance of Layouts
|
||||
parent.title=Improving Layout Performance
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Re-using Layouts with <include/>
|
||||
parent.title=Improving Performance of Layouts
|
||||
parent.title=Improving Layout Performance
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Making ListView Scrolling Smooth
|
||||
parent.title=Optimizing Performance of Layouts
|
||||
parent.title=Improving Layout Performance
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Managing Audio Focus
|
||||
parent.title=Managing Audio Playback and Focus
|
||||
parent.title=Managing Audio Playback
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Dealing with Audio Output Hardware
|
||||
parent.title=Managing Audio Playback and Focus
|
||||
parent.title=Managing Audio Playback
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Controlling Your App’s Volume and Playback
|
||||
parent.title=Managing Audio Playback and Focus
|
||||
parent.title=Managing Audio Playback
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Advertising without Compromising User Experience
|
||||
parent.title=Monetizing your App
|
||||
parent.title=Monetizing Your App
|
||||
parent.link=index.html
|
||||
@jd:body
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
page.title=Creating and Maintaining Multiple APKs
|
||||
page.title=Maintaining Multiple APKs
|
||||
|
||||
trainingnavtop=true
|
||||
startpage=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page.title=Creating Multiple APKs with 2+ Dimensions
|
||||
parent.title=Creating and Maintaining Multiple APKs
|
||||
parent.title=Maintaining Multiple APKs
|
||||
parent.link=index.html
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
trainingnavtop=true
|
||||
|
||||
Reference in New Issue
Block a user