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.
我们可以Activity在 Android 应用程序的单个屏幕中使用多个类吗?
Activity
例如,利用多个Activity类调用不同的 Web 服务并在屏幕上填充信息?
一个活动代表安卓上的一个屏幕。我认为 Fragments 就是您要搜索的内容。使用 Fragments,您可以在一个屏幕上显示更多布局。