Open
Description
I've seen some MVP implementations, but no one talks about long running service(e.g. media player) and system broadcast.
They are created with context, so they should be placed in model layer or something?
Is there any reference we can get?
And thanks for your great work, this repo is so helpful.