-
Notifications
You must be signed in to change notification settings - Fork 0
NotNet.Core.Forms
Xet Erixon edited this page Aug 17, 2017
·
5 revisions
...by no means a Prism.Forms wannabe...
When using Xamarin.Forms as the framework of choice for the apps, I noticed that I wrote a lot of boilerplate code creating Pages and View, hooking up BindingContext, navigation from one View to another and things like that.
Given the basic IoC functions i NotNet.Core, I wrote this small framework to take a way some of the boilerplating. Yes, I know we have Prism.Forms, MVVM Light, MVVM Cross and others, but we really need one more, right? Perhaps not, but as a side-project it has been fun writing.