Posts

Showing posts from February, 2021

Android MVVM Architecture in Java

Image
What is MVVM Architecture MVVM The purpose of this blog is to provide an introduction to the Model-View-ViewModel pattern. this design pattern is introduced by Microsoft because of the WPF Application. To understand the MVVM design pattern you no need to know about the WPF Application. but you want to have some basic knowledge about OOP.