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.
最近我发现 Mosby3 发布了,我很高兴它对视图状态和所有爵士乐有更好的控制,但我注意到演示者是在视图状态恢复之前创建的。这是故意的还是我的误解?我假设您想在重新加载数据之前恢复视图状态。
不,View 没有状态,它只是显示模型的状态。您创建 Presenter,告诉 Presenter View 已重新创建(可能是因为设备旋转),然后 Presenter 从模型中获取数据并恢复 View 的状态。