Android 在点击列表视图项时保留 tabview

发布于 2024-11-19 04:15:54 字数 155 浏览 2 评论 0原文

我目前有一个带有三个选项卡的 tabview 。在一个选项卡中,我有一个 listview。目前,我在列表中的每个项目上单击它时都会显示一个新窗口/活动/意图。是否可以在执行此操作的同时仍然显示 tabview ?谢谢

I currently have a tabview with three tabs. In one tab i have a listview. I currently have each item on the list to display a new window/activity/intent when i click on it. Is it possible to do this and still have the tabview displaying at the same time? Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魔法唧唧 2024-11-26 04:15:54

是的,这是可能的。
您需要一个 ActivityGroup 类,它有助于在 TabActivity 中导航,并且选项卡始终保持可见和可访问。

这里是一个有用的教程链接。

但是使用 ActivityGroup 会对 Context 和在子 Activity< 中打开 Dialog(添加新窗口)产生一点点、非常小的复杂性。 /code>(ies),但是你对矿工了解得越多,就会发现其复杂性。

Yea It is possible.
You need an ActivityGroup class, Which helps navigation in TabActivity, and the tabs always remain visible and accessible.

Here is a usefull link to a tutorial.

But using ActivityGroup creates a little, very little complexity about the Context and opening Dialogs (adding new Windows) in child Activity(ies), but the more you understand the miner will be the complexity.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文