/SharedViewModel

In android, we can use ViewModel to share data between various fragments or activities by sharing the same ViewModel among all the fragments and they can access everything defined in the ViewModel. This is one way to have communication between fragments or activities

Primary LanguageKotlinApache License 2.0Apache-2.0

Watchers