gpt4 book ai didi

android - tabhost和activity之间如何通信

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

我这样创建我的代码:

        final TabHost tabHost = getTabHost();

tabHost.addTab(tabHost.newTabSpec("Month")
.setIndicator("Month")
.setContent(new Intent(this, MonthView.class)));

如何在 monthview 类中与 tabhost 通信?

最佳答案

使用 getParent() MonthView 上的方法。

关于android - tabhost和activity之间如何通信,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4435472/

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