动态更改内容视图
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个答案可能会有所帮助。
This answer might help.