编写:Lin-H - 原文:http://developer.android.com/training/implementing-navigation/descendant.htmlDescendant Navigation是用来向下导航至应用的信息层次。在Designing Effective Navigation和Android Design: Application Structure中说明。Descendant navigation通常使用Intent和startActivity()实现,或使用FragmentTransaction对象添加fragment到一个activity中。
编写:kesenhoo - 原文:http://developer.android.com/training/best-ux.htmlThese classes focus on the best Android user experience for your app. In some cases, the success of your app on Android is heavily affected by whether your app conforms to the user's expectations for UI and navigation on an Android device.