Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个带有健康提示的基本应用程序。我需要以顺序方式一个接一个地加载屏幕。我应该创建与提示数量一样多的活动[1 个活动对应 1 个提示]?我想这不会是经济的。有什么替代方法吗??
谢谢 !!
我应该创建与提示数量一样多的活动吗?
不,its effect the performance of your app。您必须以编程方式更改视图的内容。
its effect the performance of your app
我认为你有选项片段。.在一个活动中显示多个视图。