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.
Hi Michael, Awesome library. Any plans to support ContentView's I'd like to be able to resolve ContentView's on demand in my PageModel and get all the MVVM magic FreshMVVM brings...
During investigation different MVVM frameworks I found that FreshMvvm does not provide an ability to catch a moment when Page ViewModel become to destroy itself. It's very important to catch...
Pushing a PageModel using the CoreMethods.PushPageModel(object, true); interface does not result in any events being raised if the Android Back button is pushed.
When debugging Android I came across this issue when switching to a different app, pulling the app back from the background and trying to open a Page with PushPageModel through...
Hello! I am experiencing a strange issue in FreshMVVM with Xamarin Forms. I am trying to make a bottom tabbed page using this code: ``` using FreshMvvm; using Xamarin.Forms; using...
Page not loaded properly for PopPageModel using navigation stack in FreshMVVM Xamarin Forms Android
We are using FreshMVVM in our application. We are using CoreMethods.PopPageModel based on NavigationStack count. While navigating the required page, that page not loaded properly. In xamarin forms ios it's...
I'm struggling with using fody propertychanged on viewmodels. I added the PropertyChangedNotificationInterceptor to the sample project and can see that it doesn't work there eiter. ``` namespace FreshMvvmApp { internal...
Hello, you is fine? Man, Freshmvvm no more updates? Xamarin.Forms changed version very more. Please not let dead freshmvvm.
Added InitAsync to base page model so that it is properly async. Consolidated the version of Xamarin forms as the version in the test project was a major version behind....
.NET 6 and .NET MAUI will be released in a few months, and we want to start with the planning and the first experiments for the migration of our Xamarin.Forms...