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.