2019-07-25 11:22 AM
Hi there,
I understand the MVP architecture and I like it. However I'm not sure where to implement event handling that shall be always active. E.g. an alarm event occurs and regardless the current screen, the application shall switch to a specific alarm screen. Shall I implement a super presenter and derive from it? Or call a general presenter from all other presenters if they couldn't handle the incoming event? This call could be forgotten...
Thanks for any hint!
2019-07-26 12:27 AM
There was a similar question a while ago:
Is this what you are looking for?
2019-07-26 12:48 AM
Thanks. It's not completely what I need, but I replied in that thread.