Join Slack
Powered by
is it ok if I specify a companion object in the sh...
# android-architecture
o
oday
10/26/2018, 10:37 AM
is it ok if I specify a companion object in the shared fragment that contains this presenter, adn assign it from the using fragment when its ready?
s
smilecs
11/16/2018, 1:40 PM
why not use a ViewModel scoped to the activity so you don’t have to do a tacky implementation to share the presenter
o
oday
11/17/2018, 3:17 PM
hmmm
oday
11/17/2018, 3:17 PM
because I’m using MVP, not in a situation where I can implement all of this in a practical manner
oday
11/17/2018, 3:17 PM
but I think that will definitely solve it when I do get the chance to do that
4
Views
Open in Slack
Previous
Next