I want to build MVP+R app, and I need more control on my startup logic. Here is example what do I do in swift AppDelegate. I want to create something like this inside my Application subclass, is it possible? I want to create router first and then decide which launch activity should be first
I want to achieve this:
Router <-> Presenter <-> Activity
(I named router in my example like this because app is multiplatform and has few targets)