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.
我想将我的一项活动分成两个单独的活动,但我希望它们在同一个屏幕上。如果我解释得不是很清楚,我附上我的意思的图片 -
所以请帮我解决这个问题
您可能应该想看看Android 中的Fragments。
查看这个非常简单的片段介绍:http ://www.youtube.com/watch?v=kzqIOzOkVVw
你应该在android中使用片段。同一活动中的两个片段将执行您在上面想要的操作。