A person asked me to write a application in MVC style(I know what MVC is and I used this pattern in desktop applications) in Windows Phone. But Windows Phone is kinda different. We have xaml where we declare design of the page and corresponding class of the same name.
Would it be(in this particular situation) that the View is a X.xaml file Controler is a X.class file and I need to create another class which will be Model?
Am I right or wrong? If wrong what is wrong?