Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Replace MVVM Light with MvvmCross or use both

We have a WP8 app which utilizes MVVM Light and it works great. However, now we want to target iOS using Xamarin. It appears MvvmCross is the better framework for cross platform development.

Does anyone have experience changing out frameworks like this? Or referencing MvvmCross along with MVVM Light?

Thanks for sharing your experiences.

like image 654
Gyle Iverson Avatar asked May 25 '14 02:05

Gyle Iverson


1 Answers

Like Ross said this is open ended however using both is fine. You can use the bindings from MvvmCross on iOS and still keep the MvvmLight things you have implemented.

Edit: the question of which is better is open ended but I don't think the question should be closed because it is very feasible to use MvvmLight and MvvmCross (bindings) together.

This repo has an example of using the MvvmCross bindings only. This video has some info on it.

like image 154
Derek Beattie Avatar answered Oct 22 '22 21:10

Derek Beattie