I'm learning Android ViewModel now. and I have MainActivity and RegisterActivity which can type name, age, and phone number in there. after typing that information in the RegisterActivity, I put that info into a ViewModel and click a button and finish the RegisterActivity. the thing is, I want to show the info in MainActivity. so how can I share the viewModel between the two activities? what a concept do I have to use?