Halil Ozercan
07/13/2020, 9:11 PMadd
in fragment transactions).Zach Klippenstein (he/him) [MOD]
07/13/2020, 9:39 PMHalil Ozercan
07/13/2020, 10:12 PMZsolt
07/13/2020, 10:18 PMHalil Ozercan
07/13/2020, 10:23 PMUsing bottom bar for navigation where there are 3 different screens: Home, Profile, Settings.
Default start screen is Home. User scrolls down some content, pagination occurs multiple times. State gets kind of large for save/restore in memory.
User goes to Profile and then Settings.
Then user presses back two times to go back to Home.Now, this doesn't feel like a case where nested routing would work(does it?). Secondly, recomposing the Home page is expensive at this point. It would be better to leave Home page under other pages. How can I achieve this behavior?
Zsolt
07/13/2020, 10:46 PMIan Lake
07/13/2020, 10:49 PMZach Klippenstein (he/him) [MOD]
07/13/2020, 10:52 PMMadhava
07/13/2020, 11:45 PM