An open API service indexing awesome lists of open source software.

https://github.com/samsetdev/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
https://github.com/samsetdev/sharedviewmodel

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project