Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mvvmcross

Mvvmcross Flood Of Messages: "weak Target Is Null In ... - Skipping Set"

I'm working with a team to create an android application using MvvmCross. Recently we've s… Read more Mvvmcross Flood Of Messages: "weak Target Is Null In ... - Skipping Set"

Mvvmcross Fragments Resolving

I'm using Xamarin with MvvmCross, and have problem with fragments usage. I call ShowViewModel s… Read more Mvvmcross Fragments Resolving

Mvvmcross Android - Rotating Fragment View During Viewmodel Population

I'm having a problem when I try to manually re hydrate fragment viewmodels while rotating. Ever… Read more Mvvmcross Android - Rotating Fragment View During Viewmodel Population

How To Set Selected Item In Mvxspinner

I have an MvxSpinner that is bound to a List thus: Solution 1: The binding SelectedItem Selecte… Read more How To Set Selected Item In Mvxspinner

Mvvmcross.platform.exceptions.mvxexception Bindingcontext Is Null During Mvxadapter Creation

I tried to convert MVXActivity into MvxFragment , the application crashes when i try to inflate the… Read more Mvvmcross.platform.exceptions.mvxexception Bindingcontext Is Null During Mvxadapter Creation

Open Mvvmcross App Via Link With Data

In native Android apps you can define an intent-filter for an activity in the Manifest file which c… Read more Open Mvvmcross App Via Link With Data

Mvvmcross Android Viewstub

I recently found a class called ViewStub that can be used to 'lazy-load' a layout-resource.… Read more Mvvmcross Android Viewstub

Xamarin Mvmcross Tab Navigation Between View Models

I have two screens which are linked to two tab buttons Name Duration I would like tab to move to… Read more Xamarin Mvmcross Tab Navigation Between View Models