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.
我的程序中有 3 个 FrameLayout。
我的程序中有三个 FrameLayout。我想在每一个中,都会显示一个 Activity。有这样的可能吗?谢谢。
您不能一次在屏幕上显示多个活动(与用户交互)。看到这篇文章。但也许你可以使用AndroidFragments和ActivityGroup