1 min readApr 30, 2020
--
There is no thumb rule to follow MVVM for every view that you work with. Sometimes we already have data and we just want to display it on a label without any computation, we can go ahead with normal approach also.
--
There is no thumb rule to follow MVVM for every view that you work with. Sometimes we already have data and we just want to display it on a label without any computation, we can go ahead with normal approach also.