https://github.com/vaibhavmojidra/android-java---demo-view-model-factory
The ViewModelFactory is a class in the Android Architecture Components that is used to create instances of ViewModel classes. In Android, a ViewModel is used to store and manage data that is used in an activity or fragment, and survives configuration changes, such as screen rotation.
https://github.com/vaibhavmojidra/android-java---demo-view-model-factory
android android-architecture-components mojidra vaibhav vaibhav-mojidra vaibhavmojidra viewmodelfactory
Last synced: about 1 month ago
JSON representation
The ViewModelFactory is a class in the Android Architecture Components that is used to create instances of ViewModel classes. In Android, a ViewModel is used to store and manage data that is used in an activity or fragment, and survives configuration changes, such as screen rotation.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/android-java---demo-view-model-factory
- Owner: VaibhavMojidra
- Created: 2021-05-24T13:35:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T13:38:11.000Z (about 5 years ago)
- Last Synced: 2025-06-26T19:46:54.874Z (12 months ago)
- Topics: android, android-architecture-components, mojidra, vaibhav, vaibhav-mojidra, vaibhavmojidra, viewmodelfactory
- Language: Java
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-Java---Demo-View-Model-Factory
ViewModelFactory is use to initialize the ViewModel

