Posts

Showing posts with the label xamarin

It's Great to Know MvvmCross Framework Xamarin

Image
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

Solution To Xamarin.Forms tasks do not match targets

Image
Hello guys, I think I need to post again to archive my knowledge because I can easily forget a thing. If you have encoutered this problem, it's easy to solve you only need to remove and add Xamarin.Forms from package Nuget like the screenshoot below. https://github.com/xamarin/Xamarin.Forms/issues/1537 Hope it helps. If you have any question, please feel free to ask.