2020-08-03 06:59 AM
Is it possible to get the current screen as an index into the GeneratedViewTypes or GeneratedPresenterTypes lists?
2020-08-12 12:48 AM
Hi,
This is more of an application specific thing. What i usually do is have some enum defining all the screens, and then in the presenters activate() function for each view, i'll save the currently active screen to the model.
/Martin