Android开发经验谈Android开发

Navigation 指南

2019-07-29  本文已影响13人  陈林峰LeonChen1024

[toc]
由于官网暂时没有中文版本,所以在这里根据内容抽空做了一些中文的版本.

原文首发于 https://leonchen1024.com/2019/07/04/Navigation/#more

Navigation 是用来管理你的app中内容的跳转,返回等操作.它主要包含了以下三个部分:

当在页面内导航的时候,你可以告诉 NavController 你想要通过Navigation graph 中的某个路径或者直接导航到一个destination .这时候 NavController 就会在 NavHost 中展示合适的 destination.

Navigation 模块还提供了其他的好处,比如:

并且你还可以使用 Android Studio's Navigation Editor 来查看和编辑 navigation graphs.

原文首发于 https://leonchen1024.com/2019/07/04/Navigation/#more

Next steps

For more documentation and resources related to the Navigation component, see the following.

Getting started

Further topics

Additional resources

To learn more about navigation, see the following additional resources.

Samples

Codelabs

Blog posts

Videos

Reference

https://developer.android.google.cn/guide/navigation

About Me

我的博客 leonchen1024.com

我的 GitHub https://github.com/LeonChen1024

微信公众号

在这里插入图片描述
上一篇下一篇

猜你喜欢

热点阅读