2021-05-20 11:44 PM
Hi,
I want to change the screen from model. Do I have to declare the goto methods in the current screen and its presenter? Do I have to do the same thing for using appSwitchScreen()? Is there another way to do it without declaring goto methods in the current screen or its presenter?
2021-05-21 05:02 PM
Hello. How about trying the following?
If you want to change screen from the model, the following document may be helpful. You can call the method you created in your presenter from the model.