Hello everyone
I always wonder whats the best way to share between 2 different screens in android. For eg: Im creating a record in create page + create view model. From there, Im inserting list of subform data for which im invoking Subform page. Once subform data are filled, I need to transport this list data from subform screen to create screen, where I will show them as table. Also, some data like org, user data from API needed to be available throughout all the screens. So what's the best way to do this ? Shared VM/DB caching/Hit server api in all screens or any other way ?!