gpt4 book ai didi

Android导航组件打开url

转载 作者:搜寻专家 更新时间:2023-11-01 09:24:32 27 4
gpt4 key购买 nike

我有在浏览器中打开 URL 的简单代码:

startActivity(Intent(
Intent.ACTION_VIEW, Uri.parse(resources.getString(R.string.application_url))
))

如何将其转换为导航组件项?

我需要构建 custom navigator 吗?为此,还是导航组件针对这种情况内置了一些东西?

最佳答案

我想通了,对于这个简单的案例,不需要自定义导航器,您只需要创建导航端点:

<activity
android:id="@+id/navigation_endpoint_id"
app:action="android.intent.action.VIEW"
app:data="@string/application_url"/>

关于Android导航组件打开url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51704363/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com