It's Great to Know MvvmCross Framework Xamarin

Today I try to learn something new about xamarin and I'm surprised with this MvvmCross Framework that I found on awesome-xamarin-forms github page. It makes our codes in projects easily to maintan for the future. It works with Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Xamarin.Forms, Universal Windows Platform (UWP) and Windows Presentation Framework (WPF). There are many contributors involved so this framework can sustain for a long time.

Android Version :


iOS Version :


Here is the link of awesome-xamarin-forms.

https://github.com/jsuarezruiz/awesome-xamarin-forms

Github MvvmCross Framework.

https://github.com/MvvmCross/MvvmCross

I suggest you to try this tutorial that I have tried.

https://www.mvvmcross.com/documentation/tutorials/tipcalc/the-tip-calc-tutorial

I have made this tutorial on my github you might want to check.


For iOS version you need to add LinkerPleaseInclude class to your iOS project.


Popular posts from this blog

How to restart the app with flutter Android and iOS

Missing system image Android Studio solution

How to have ConstraintLayout inside ScrollView and ScrollView inside ConstraintLayout Android