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 中遍历 Activity 或 nav 堆栈?在 ios 中,您有 navigationController.viewControllers 集合,可让您遍历每个集合并在它们上调用方法等。在 android 中是否有类似的东西?
不,抱歉,不支持此功能。Android 中的“导航堆栈”可以包含来自许多不同应用程序和进程的活动。