-
When updating N41-Maps sample to use latest Nuget packages. The appliation crashes when navigating. This line crash in HomeViewModel. return new MvxCommand(() => ShowViewModel());
My app also started…
-
MVVM is a concept to make the UI logic better manageable. It is a prerequiisite for test automation. It makes creating the UI a bit more complicated, but has some advantages. Until now I used Caliburn…
-
On first run the `Bundle` passed to the `MainActivity` is null, app crashes, as apparently before a saved state can be generated.
Thus subsequent runs will continue to crash as apparently the base ca…
-
### Description
When migrating a project from Xamarin.Android to .NET for Android, I was running into the problem where some plugins (Visibility and Color) their converters were not being registere…
-
It would be nice to have docs for all the Mvx controls for each platform. I've made a proposal but a lot of controls are still missing, feel free to add them.
**Platform:**
:iphone: iOS
- [ ] Ta…
-
Hi Frank
I
-
MvvmCross 8 switched from IMvxLog to Microsoft.Extensions.Logging. This is one of the reasons why the Bluetooth LE plugin cannot be used with MVVMCross 8.
-
A fully specified (rooted) path is not accounted for in EnsureFolderExists on WindowsUWP (which uses the WindowsCommon FileStore plugin). As a result the full path is created as a series of subdirect…
-
The current implementation of the MvxFormsApplicationActivity does not implement IMvxAndroidView nor IMvxEventSourceActivity and because of this the MvvmCross picture chooser plugin (when correctly im…
-
I am working at implementing support for coexistence of Classic Xamarin MvvmCross with Xamarin.Forms.
That would give ability for Xamarin.Forms to live along with classic Xamarin (MvvmCross).
Finally…