Answers for "what is the process of mvvm in android"

0

what is the process of mvvm in android

The 4 steps of MVVM
Create Model (aka POJO)
Create Repository (fetch data from API or DB)
Create ViewModel (extend ViewModel, get liveData from Repository)
Create Activity (observe ViewModel & display data)
Posted by: Guest on February-22-2021

Code answers related to "what is the process of mvvm in android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language