Hello everyone, I’m new to the channel and android...
# android
b
Hello everyone, I’m new to the channel and android/kotlin can I get some help on what is a model, view, and viewModel like I’m 5 year-old?
😶 3
a
View - What the user sees on the screen. Ex: Images, buttons etc. Model - Data to show in the view. Ex: Name of the user, Photo of user etc. View Model - Intermediate layer between your View and Model. It holds the model and view picks the required information to show to the user.
👍 1