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

Mvvmcross 4.1 Upgrade Issue Isfragmentcacheable Not Found

Getting a compilation error after upgrade to mvvmcross 4.1 in Linker task: The 'LinkAssemblies&… Read more Mvvmcross 4.1 Upgrade Issue Isfragmentcacheable Not Found

System.formatexception In Mvvmcross

The following code updates properties on-the-fly via mvvmcross messaging protocol. The problem tha… Read more System.formatexception In Mvvmcross

Partialtextchanged Stops Firing On Mvxautocompletetextview After Item Selection

I am using MVVMCross's wrapper around the Xamarin Android AutoCompleteTextView. I use the Parti… Read more Partialtextchanged Stops Firing On Mvxautocompletetextview After Item Selection

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

Do Not Request Window.feature_action_bar And Set Windowactionbar To False In Your Theme To Use A Toolbar Instead

I'm having this issue when I applied the toolbar into my app and it crashed when I try to run t… Read more Do Not Request Window.feature_action_bar And Set Windowactionbar To False In Your Theme To Use A Toolbar Instead

Mvxbind:error: View Type Not Found - Mvvmemiextensions.emidatepicker

I'm using EmiDatePicker but, at open the View a this Error occurs: MvxBind:Error:452,00 View ty… Read more Mvxbind:error: View Type Not Found - Mvvmemiextensions.emidatepicker

Mvvmcross - Change Hamburger Menu To Back Button

I'm using the XPlatformMenus sample Android project available at https://github.com/MvvmCross/M… Read more Mvvmcross - Change Hamburger Menu To Back Button