mvvmcross Questions

6

Solved

I have the MvxBindingAttributes.xml in my UI.Droid/Resources/Values but everytime I try to use the bindings in my layouts I get Warning attribute is not declared. No resource identifier foun...
Keenankeene asked 26/9, 2012 at 7:20

2

Solved

I have the following setup and still couldn't add mvmcross libraries to my project: VS2013 Update 3 Nuget Package Manager 2.8.50313.46 PCL Profile 158 (I also tried other like 78, etc) Install...
Warnerwarning asked 26/9, 2014 at 21:45

3

Solved

I have been exploring the use of MVVM Cross on Xamarin Studio on a Mac. I've been going through the tutorials for N+1 days of MvvmCross on YouTube and I've run into a roadblock that hopefully someo...
Superfine asked 23/5, 2013 at 0:37

2

Solved

I'm developing Xamarin.Android application with MvvmCross. Every time I start app under RELEASE configuration it crashes on start with the following error: Cirrious.CrossCore.Exceptions.MvxExcep...
Tullusus asked 15/3, 2014 at 22:36

2

Solved

At the moment our company is using the Xamarin framework to create apps for Android and IOS. We looked at MVVMCross for even more reusable code across the platforms. however the creating of platf...
Miyasawa asked 18/12, 2013 at 10:58

1

Solved

I have a problem when I try to bind the "Enabled" property of my Android Button to a Boolean of my ViewModel using the MvvmCross framework and I really don't know the origin of it. So I have a Vie...
Blithering asked 4/7, 2014 at 8:10

1

Solved

We have a WP8 app which utilizes MVVM Light and it works great. However, now we want to target iOS using Xamarin. It appears MvvmCross is the better framework for cross platform development. Does...
Kosciusko asked 25/5, 2014 at 2:9

2

Solved

What is the correct way to open a View in mvvmcross from a non-view? From within a viewmodel we would use ShowViewModel<>(..). Specifically we are responding to a push notification opening the ...
Chopin asked 21/5, 2013 at 5:49

2

I am trying to create a GUI which uses fragment based TabView. The code is based on the FragmentSample found in MvvmCross tutorials. The number of tabs within the TabView depends on data read from ...
Haynes asked 27/7, 2013 at 14:16

3

Solved

I am currently investigating all possible solutions to be able to inform the user, ie pop a dialog, when there is a decision he needs to make. This is a common problem with MVVM pattern and I am tr...
Edgeworth asked 4/9, 2013 at 8:33

1

Solved

I am trying to compile my iOS application using MonoTouch in Link SDK only mode. It compiles completely fine if I turn off linking entirely but it also produces a colossal binary which is not suita...
Covering asked 27/2, 2014 at 11:18

2

Looking at the MvvmCross.PortableSupport.3.0.1.nuspec I noticed the there is the following line: <file src="_._" target="lib\portable-win+net45+MonoAndroid16+MonoTouch40+sl40+wp71\_._" />. ...
Equatorial asked 15/7, 2013 at 11:28

1

Solved

I'm trying to workout a sample project using MvvmCross, but I'm stuck with the first step of adding the frameworks in VS2012. When I try to add Xamarin.Android and Xamarin.iOS framework in a PCL...
Ribonuclease asked 5/2, 2014 at 7:54

1

Solved

Is it possible to bind the Title of a UIViewController to a ViewModel string property? It never seems to update. As a side issue, if you haven't set the title to something before the bind then ther...
Shropshire asked 4/2, 2014 at 6:5

1

Solved

Lets say I have a simple Layout with a MvxListView: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:local="http://sc...
Edaedacious asked 2/2, 2014 at 20:43

2

I'm migrating an activity to a fragment. The fragment will ultimately be placed in a tab page. I have copied the "grouped list" from the Conference example. The listview was on an activity. I am n...
Jerald asked 4/1, 2014 at 17:35

1

Solved

I've seen Xamarin recently released as component http://components.xamarin.com/view/xamandroidsupportv7appcompat I would like to use it with MvvmCross in my app, but I ran into difficulties, so I ...
Cida asked 26/12, 2013 at 19:28

3

Solved

I have a WPF MVVM application that I'd like to refactor to use MvvmCross to support a WPF and Mono for Android implementations. Our application's views consists of: A toolbar that is always visi...
Lefty asked 13/5, 2013 at 4:15

1

Solved

In my example below I want to bind an ItemClick Command to the Item in the MvxListView. Here I have in my ViewModel a List of Person that contains a List of Dog. The ItemsSource HasDogs binding wo...
Raybin asked 4/12, 2013 at 14:23

1

Solved

The tutorial N=5 of the N+1 days of MvvmCross builds fine in Xamarin Studio when downloaded. However, if I update the assemblies from 3.0.5 to 3.0.14, the iOS project no longer builds. The error ha...
Synaeresis asked 3/12, 2013 at 4:4

1

Solved

I couldn't find a list of all type of binders available for use, recently a collegue found about local:MvxBind="Visibility Property" and that helped a lot with our code. I belive that MvvMCross has...
Smile asked 22/11, 2013 at 19:19

3

Solved

I really enjoy Xamarin Studio and I'm looking for a template solution to start developing a cross devices application with MvvmCross. But I can't find how to set a project to work with PCL and Mvv...
Babbage asked 25/3, 2013 at 11:28

2

Solved

I'm using MvvmCross with MonoDroid. In a timer in the viewmodel, every minute I call RaisePropertyChanged("MinutesRemaining") - MinutesRemaining being an integer specifying the duration in minutes...
Amputee asked 14/11, 2013 at 9:44

2

Solved

I am working on a cross-platform Xamarin app targeting iOS and Android, using Stuart Lodge's excellent MvvmCross framework. Microsoft recently released new versions of their Portable Class Library...
Sweepstakes asked 15/11, 2013 at 9:33

1

I'm just getting started with MVVMCross, so forgive me if this seems like a simple question. I'm trying use the MVVMCross Visibility plugin in WPF, mentioned here: https://github.com/MvvmCross/Mvv...
Whenever asked 8/11, 2013 at 23:31

© 2022 - 2024 — McMap. All rights reserved.