I'd be concerned about storing so much state as members of singleton
objects
- I don't think that's going to scale, for the same reasons that storing static state has issues outside of Compose
c
Carlos Muñoz
11/12/2019, 10:56 AM
Definitely one of my main concerns as well
Carlos Muñoz
11/12/2019, 10:58 AM
Thanks Ryan!
Carlos Muñoz
11/13/2019, 9:23 PM
Any suggestions to make something along this lines scalable? or having an activity / fragment container per screen will still be the way to go in Compose : )