Hi guys
I'm having some problems with MVVM. So MVVM has a ViewModel. This ViewModel is fabricated out of the Model thinking of the View. That's clear.
Question remains if you instantiate the objects (needed for the View) in the Controller or in the ViewModel?
Thanks!
I'm having some problems with MVVM. So MVVM has a ViewModel. This ViewModel is fabricated out of the Model thinking of the View. That's clear.
Question remains if you instantiate the objects (needed for the View) in the Controller or in the ViewModel?
Thanks!