Lines Matching full:navigation
1 page.title=Implementing Effective Navigation
17 <li><a href="{@docRoot}training/design-navigation/index.html">Designing Effective Navigation</a></li>
40 <p>This class demonstrates how to implement the key navigation design patterns detailed in the
41 <a href="{@docRoot}training/design-navigation/index.html">Designing Effective Navigation</a> class.
45 implement navigation patterns with tabs, swipe views, and a navigation drawer. You should also
46 understand how to provide proper <em>Up</em> and <em>Back</em> navigation.</p>
62 <dt><strong><a href="nav-drawer.html">Creating a Navigation Drawer</a></strong></dt>
63 <dd>Learn how to build an interface with a hidden navigation drawer on the side
66 <dt><strong><a href="ancestral.html">Providing Up Navigation</a></strong></dt>
67 <dd>Learn how to implement <em>Up</em> navigation using the action bar's app icon.</dd>
69 <dt><strong><a href="temporal.html">Providing Proper Back Navigation</a></strong></dt>
74 <dt><strong><a href="descendant.html">Implementing Descendant Navigation</a></strong></dt>