动态更改内容视图

发布于 2024-10-20 05:28:57 字数 336 浏览 2 评论 0原文

我是 android 新手,正在尝试弄清楚如何随意更改 contentView

现在,我在内容视图中有一个 TableLayout,它是使用 setContentView(TableLayout) 方法设置的。

但是,如果我想在同一活动中更改此contentview,我将如何调用它?我是否会简单地调用相同的方法,例如:setContentView(TableLayout2),还是需要先清除屏幕?

保持同一活动并更改屏幕上的内容的过程是什么?

谢谢!

I am new to android and am trying to figure out how to change the contentView at will.

Right now, I have a TableLayout in the content view and it was set using the setContentView(TableLayout) method.

However, if I wanted to change this contentview within the same activity, how would I invoke this? Would I simply invoke the same method like: setContentView(TableLayout2) or would I need to clear the screen first?

What is the procedure for staying within the same activity and changing the content on the screen?

Thanks!

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

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

发布评论

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

评论(1

じ违心 2024-10-27 05:28:57

这个答案可能会有所帮助。

不,你不能多次调用它
容易地。你要么需要完全
删除所有视图,然后膨胀
新布局,或使用 ViewFlipper(或
FrameLayout) 之间进行切换
不同观点。

This answer might help.

No, you can't call it multiple times
easily. You either need to entirely
remove all views and then inflate the
new layout, or use a ViewFlipper (or
FrameLayout) to switch between
different views.

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