下一个测试的页面是否需要android中的新布局?

时间:2022-11-19 22:48:46

I aim to make a quiz application for android. I am planning that the user pushes next button and the quiz goes to next question (Like in the image) . The question count is not specified. So should i use a new layout for each question ?

我的目标是为Android制作一个测验应用程序。我打算用户按下一个按钮,测验会转到下一个问题(如图中所示)。未指定问题计数。那么我应该为每个问题使用新的布局吗?

下一个测试的页面是否需要android中的新布局?

1 个解决方案

#1


0  

If I were you, I would try to reuse same layout with new values.

如果我是你,我会尝试使用新值重用相同的布局。

#1


0  

If I were you, I would try to reuse same layout with new values.

如果我是你,我会尝试使用新值重用相同的布局。