實現高效的導航

編寫:Lin-H - 原文:http://developer.android.com/training/implementing-navigation/index.html

這節課將會演示如何實現在Designing Effective Navigation中所詳述的關鍵導航設計模式。

在閱讀這節課程內容之後,你會對如何使用tabs, swipe views, 和navigation drawer實現導航模式有一個深刻的理解。也會明白如何提供合適的向前向後導航(Up and Back navigation)。

Note:本節課中的幾個元素需要使用Support Library API。如果你之前沒有使用過Support Library,可以按照Support Library Setup文檔說明來使用。

Sample Code

EffectiveNavigation.zip

Lessons


书籍推荐