mvvmcross Questions
2
I am building cross platform apps with Xamarin and MvvmCross. I need to call the server to the updates every minute (I will move to push notifications later) but I am unable to make a timer in my C...
2
Solved
I have two questions regarding navigation in MvvMCross.
How can I go back to a view model, that is on the navigation stack? Respectively: How can I go back a specified number of view models?
How...
Nauplius asked 4/7, 2013 at 16:29
2
Solved
There is such ability to bind buttons actions directly like this:
var set = this.CreateBindingSet<...
set.Bind(button).To(x => x.Go);
but what's about UITapGestureRecognizer, for instance....
Universal asked 6/6, 2013 at 11:30
3
Solved
I am working on Xamarin Android Application.Before proceed to my next fragment I want to check Internet Connection and inform user about it ? How can i implement that ?And how to refresh whole frag...
Silver asked 26/10, 2015 at 10:5
1
Solved
I have a Xamarin Project styled with MvvmCross. There are Subprojects:
Core (PCL)
ViewModel (PCL)
iOS (Executable)
If i add an image to my iOS project (Resoureces/Images/test_image.png), then i...
Nonplus asked 14/9, 2015 at 13:31
3
I have attempted to create a brand new Xamarin iOS project with a PCL project in VS2015RC and when I try to add the MVVMCross package to the Xamarin iOS project, I get the following failure message...
Amok asked 10/5, 2015 at 5:34
2
Hey i'm a MvvmCross beginner and i try to reproduce this in my own Example-App but i got some strange build errors:
Error 3 Attribute "MvxBind" has already been defined
Error 4 Attribute "MvxLang...
Alaster asked 31/7, 2015 at 10:9
3
Solved
Targetting iOS 8.1
I am using AutoLayout to lay out a number of Labels in a TableCell. Some of those Labels are optional and some can wrap their Text. They are split across two "Columns", these co...
Coimbatore asked 27/7, 2015 at 16:32
3
Solved
How can I bind a command to a button in code in MvvMCross (Xamarin.iOS) with specifying a command parameter?
// command definition
public MvxCommand SaveDealerDataCommand
{
get { return new MvxCo...
Telephoto asked 5/7, 2013 at 15:51
3
Solved
I have a ScrollView which originally wrapped two MvxListView controls.
Having ListView controls in a ScrollView isn't supported by Android though, which makes sense, because they both try to fill ...
1
Solved
I'm having this issue when I applied the toolbar into my app and it crashed when I try to run the app.I used all previous post but no luck.
Here is my code :
Style.xml
<style name="ToolBarSty...
1
Solved
Is it possible to bind android checkbox to execute a command on change? Could not find an example
Crouse asked 13/5, 2015 at 16:32
1
Solved
I am building a cross-platform application that requires dynamically generating and binding Spinner controls. I was able to do that on iOS and Windows platforms, but have issues with Android. If I ...
1
Solved
I'm trying to work with navigation with only Fragments, for tombestoning, saving total navigation stack and paramaters, etc. (working with Xamarin.Android and MVVMCross)
I think MvxCachingFragment...
2
Solved
My complex type wouldn't pass from Show to Init method even with configured MvxJsonNavigationSerializer as specified here Custom types in Navigation parameters in v3
public class A
{
public strin...
Forty asked 27/9, 2013 at 18:59
4
Solved
where can I download the snippets for Visual Studio, the likes pf pmvx, cmvx and others?
I though those would be available on the github projects, but can't find them...
Bigamy asked 13/8, 2013 at 4:26
1
Solved
I have a service that needs to be able to handle native assets and attribute types, so I have a core service in my PCL called BaseThemeService which implements interface IThemeService. I need to be...
2
Solved
Whenever I call ShowViewModel, somehow a ViewModel and a View of the requested types are retrieved and are bound together for display on the screen. When are new instances of the ViewModel and View...
Mennonite asked 23/5, 2013 at 20:14
1
Solved
I've been developing an application for Android using Xamarin with MvvmCross and everything has been going fine, me and my team were able to develop the solution and this week we decided to make th...
Gomuti asked 23/2, 2015 at 0:5
1
Solved
I am working on an app which was previously developed without using Storyboards, i.e. all the views were created in code. So as per this link, I am trying to pass a custom MvxTouchViewsContainer to...
Taub asked 19/2, 2015 at 4:0
0
Background
I have a class - MobileLogging - that implements MvvmCross' IMvxTrace interface (from reference Cirrious.MvvmCross.Droid, packages\MvvmCross.HotTuna.CrossCore.3.5.0\lib\MonoAndroid\Cirr...
Metts asked 2/2, 2015 at 15:0
7
Solved
I am developing an iPad application with Xamarin.iOS and MVVMcross. So I have a PCL with my View-Model and my Model, and an iOS project with the view. I use Visual Studio.
Before, I used Xamarin.i...
Sewell asked 1/8, 2013 at 13:21
2
Solved
I'm using MvvmCross.
In the library I see usage of Mvx.Trace method, but no output to the console/output window.
How to use it?
p.s. I have set the compiler constant Trace = true
Thanks.
Fe asked 21/6, 2013 at 11:16
2
The storyboard xcode are supported in mvvmcross v3?
If yes, how? There is an example?
Thanks
Cultch asked 1/5, 2013 at 17:8
2
Solved
I'm done with my app and now I'm trying to build the .apk and test it on my phone (without debug, in release mode).
Setting the Linking to "None" everything works fine.
The Problem here is, that...
Jassy asked 25/3, 2013 at 11:22
© 2022 - 2024 — McMap. All rights reserved.