FreshMvvm
FreshMvvm copied to clipboard
FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible.
I am hoping that FreshMvvm can add support for the TitleView that was added in XF 3.2. This is a great change as it's really tough getting left toolbar items...
FreshMVVM works fine in windows app (UWP) but in android it throws error unable to resolve as below
04-10 13:36:13.960: I/MonoDroid(5160): UNHANDLED EXCEPTION: 04-10 13:36:14.044: I/MonoDroid(5160): FreshTinyIoC.TinyIoCResolutionException: Resolve failed: LoginPageModel 04-10 13:36:14.044: I/MonoDroid(5160): at FreshTinyIoC.FreshTinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, FreshTinyIoC.NamedParameterOverloads parameters, FreshTinyIoC.ResolveOptions options) [0x0005f] in :0...
Now that Xamarin supports font icons, would it be possible to support font icons in the tabbed navigation container? So, instead of passing an icon name, I'd like to be...
The PushPageModel method that allows us to use page model type argument with data is missing from the Core Methods interface. I am using the latest nuget package. I have...
In case of using multiple Navigation Container Names, for instance: `public class NavigationContainerNames { public const string AuthenticationContainer = "AuthenticationContainer"; public const string MainContainer = "MainContainer"; }` When the FreshMmmv...
Currently, the `FreshPageModelResolver` resolves Pages only from the same assembly as the PageModel. That implies that when having PageModels and Pages in different projects for example, resolution of the Page...
Thank you FreshMVVM team for your hard work.
When we call PopPageModel with animate=true the input controls on the View temporarily appear as zero. For example if we bind a Entry to a double property `` Then call...
Are you planning to add shell support in this amazing library :)
I am trying to make a shopping app using FreshMVVM. I created two pages HomePage and BasketPage (the pagemodels are HomePageModel and BasketPageModel respectively). HomePage will defined a listview of...