page.title=Implementing Effective Navigation trainingnavtop=true startpage=true next.title=Implementing Lateral Navigation next.link=lateral.html @jd:body
EffectiveNavigation.zip
This class demonstrates how to implement the key navigation design patterns detailed in the Designing Effective Navigation class. The lessons in this class cover implementing navigation up, down, and across your application's screen map.
After reading through the lessons in this class and exploring the associated sample application (see right), you should also have a basic understanding of how to use {@link android.app.ActionBar} and {@link android.support.v4.view.ViewPager}, two components that are fundamental to core app navigation.