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.
我目前在mac上使用eclipse来开发一个android应用程序。现在我的核心应用程序在导入的库中启动某些活动,但我需要从导入库中的活动返回到我的核心应用程序。
如何使我的核心应用程序中的活动被我导入的库识别,以便我可以导航回来?
谢谢
这是自动发生的。Activity A开始Activity B。Activity B然后调用finish()导致Activity A再次处于前台。
Activity A
Activity B
finish()