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.
我正在做一个需要我管理多个不同片段之间的流程的项目,我正在考虑使用后台堆栈来执行此操作,但我想首先仔细检查屏幕旋转和后台堆栈的状态。
如果我旋转手机的屏幕,我是否需要注意与后堆栈相关的任何特殊交互,或者我是否可以像屏幕没有旋转一样推/弹出?
你是对的,屏幕旋转时后堆栈不受影响。仅当您使用以下内容时才会影响回栈:
transaction.addToBackStack();