Dependencies and prerequisites
- API level 14
- Understanding of fragments and Android layouts
- The Android Support Package
- 设计高效的导航
You should also read
Try it out
Download the sample app
EffectiveNavigation.zip
This class demonstrates how to implement the key navigation design patterns detailed in the 设计高效的导航 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
ActionBar
and ViewPager
, two components that are fundamental to core app navigation.