one week in... and I'm still mainly on Twitter
I'm quite underwhelmed with all the MVP #androiddev implementations I've seen.
Is everyone just making Activity/Fragment their view? Is everyone pushing Activity lifecycle concern onto their presenters? Is there no good way to deal with Dialogs and navigation?
How are #androiddev folks here approaching clean UI architecture
I'm looking at MVP but the lifecycle of the UI layer, and how views/activities get their state (re)stored over process restart is posing some interesting challenges, especially when we start layering them (showing dialogs etc)