google-developer-training / android-advanced

Solution apps for the apps that students create as they work through the Advanced Android Development training course created by Google Developer Training.
Other
1.14k stars 1.09k forks source link

Why startActivityForResult? #2

Open florianwalther-private opened 6 years ago

florianwalther-private commented 6 years ago

Please help me understand why you send the new word back to the MainActivity, rather than getting a handle to the ViewModel directly in the NewWordActivity and inserting it there? What's the reasoning?