Skip to content

AmirCodeLab/ViewModelAndroid

Repository files navigation

Android View Model

View Model is a lifecycle aware class, designed to store and manage UI related data. It a main component in MVVM architecture. When a view model is created, it is stored inside activity or fragment manager.

To create view models that take arguments we need ViewModelFactory which then creates the instance of parameterized view model instance.

Author - Amir

About

View Model in Android-Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages