Questions tagged [monocross]

Monocross is open-source cross-platform mobile framework using C# .NET and Mono framework.

MonoCross is a cross-platform mvvm mobile development framework built on top of Silverlight for WP7, Mono for Android and MonoTouch for iOS, and the WinRT XAML framework for Windows 8 Store applications.

Oficial GitHub Site

Dev evening - MonoTouch, MonoDroid, Mvvm MvvmCross and databinding

26 questions
15
votes
2 answers

Difference between Monocross & Monotouch (xamarin)?

i am right now exploring the capabilities of Monotouch (by Xamarin) with other solution such as Monocross? So can any one explain when to use Monotouch and when to Monocross. What is the advantage & disadvantage of these framework w.r.t native app…
user1227928
  • 831
  • 1
  • 12
  • 27
13
votes
2 answers

Using Monocross on Windows Phone 7 with Panorama and/or Pivot control

I love the Monocross idea but am a bit lost for Windows Phone 7 when I want to use a Panorama and/or Pivot control. The only view provided is the Page view. So navigating from one page to another works great! But now I want a Pivot or Panorama.…
8
votes
2 answers

Is it possible to create a cross-platform shared library with MonoDroid and MonoTouch that can be used by non-Mono developers?

We have a proprietary piece of hardware which we are looking to release as a phone peripheral. We have started writing a cross-platform mobile app that interfaces with the hardware using the MonoCross framework (i.e. MonoTouch abstraction layer for…
Adrian Hope-Bailie
  • 2,445
  • 1
  • 23
  • 26
6
votes
3 answers

is monocross free?

I want to develop with monocross android apps, but I read somewhere that it is not really free. Can you develop for android with monocross for free, or u need to pay for some kind of extension (like monodroid). How does it work? If it isn't free,…
DimitrisK
  • 85
  • 1
  • 8
4
votes
1 answer

Monocross/HTML5 with MonoDroid/MonoTouch/Windows

I have been reading a little on Monocross and it seems to support a model very similar to ASP.NET MVC. It can use HTML5/CSS/Javascript as the UI. Looking initially directly at MonoDroid and MonoTouch, it encourages the developers to develop with…
Paul Knopf
  • 9,568
  • 23
  • 77
  • 142
4
votes
0 answers

Using SlideOut Navigation in MonoCross iOS App

Dillon Buchanan has a great example for creating the a left side slide-out navigation in MonoTouch. My problem is that I'm using the MonoCross and cannot figure out how to implement this. Below is a snippet from Dillon's vs my FinishedLaunching…
darrellbooker
  • 188
  • 1
  • 7
3
votes
1 answer

Passing an Android translatable string to ValueConverter

I'm trying to pass a @string/something to a value converter so I can use it to format the output, so say I have a DateTime value, I want to pass something like "Signup Date: {0}" to the ValueConverter. The problem is, the text above is translatable,…
3
votes
4 answers

Install Monocross framework on Monodevelop for Mac

I'm trying to install the Monocross Framework on Monodevelop for Mac. The steps should be: 1. Start MonoDevelop. 2. In MonoDevelop, select Tools >> Add-in Manager and select the Gallery tab. 3. Select the MonoCross MonoDevelop Templates installation…
maripi
  • 31
  • 3
2
votes
1 answer

How can we use HTML5 in Monocross?

I am developing a Monocross application so it can be supported for Android,iPhone,windows phone. In this application I want use HTMl5. Here my Question is how can we use HTML5 in Monocross application? Regards Chakradhar
Chakradhar
  • 63
  • 1
  • 8
2
votes
1 answer

Is Monocross platform is suitable for developing simple mathlogic realated games?

I am new to the monocross platform , i want to develop a simple MathLogic Game for kids which supports Iphone and Android , so i want to know weather Monocross was right flatform to develop or is there any disadvantages ?. Please suggest me. Thanks…
Dorababu Dodda
  • 452
  • 3
  • 23
1
vote
2 answers

What is the downside of using Monocross for WPF and Silverlight?

I am thinking... Is Monocross a good option to use so we could port to the IPad if we were forced to?
Ian Ringrose
  • 51,220
  • 55
  • 213
  • 317
1
vote
0 answers

MvxException at Windows Phone by Rio-Binding

I have some troubles to bind my methods from the ViewModel to the XAML of Windows Phone. This problem occours not at compiling time self but at the execution in this line of code: System.Windows .Application .LoadComponent(this, …
1
vote
1 answer

XOR for Object Identitification

In the code below, I was wondering why XOR (^) is being used to combine the hascodes of the constituent members of the composition (this is source from MonoCross 1.3)? Is the bitwise XOR of an MXViewPerspective object's Perspective and ModelType…
samus
  • 6,102
  • 6
  • 31
  • 69
1
vote
1 answer

The Current State Of Monocross - July 2013

I was looking for any info regarding the status the Monocross project ? https://github.com/MonoCross/MonoCross I'm approaching a Beta release of a Monocross application that has been written to leverage the MVC pattern that the framework…
samus
  • 6,102
  • 6
  • 31
  • 69
1
vote
1 answer

MonoCross: KeyNotFoundException in MXDialogActivityView.OnCreate() when re-starting application

I've been using Xamarin's Mono for Android and the MonoCross framework to develop an application, which is currently running under Android (2.3, 4.0 and others). In my app, I have a main activity, from where the user can start new activities, which…
user2393042
  • 71
  • 1
  • 3
1
2