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
1
vote
0 answers

How to setup MonoCross and Xamarin SDK for windows 7 pro

I need to develop cross platform app. I hv downloaded thee MonoCross http://monocross.net/download But there is no setUp for installation. I am not familiar and confused as there is no note on how to setUp the platform and install the Xamarin SDK.…
MilkBottle
  • 4,242
  • 13
  • 64
  • 146
1
vote
1 answer

Is Monocross ready for professional use on an iOS device?

When creating a simple app with Monocross (using MonoTouch) and compiling for an iOS device I get some bad warnings, like this: Warning MT4112: The registrar found a generic type: MonoCross.Touch.MXTouchViewController`1. Registering generic types…
Decept
  • 87
  • 5
1
vote
1 answer

Is it Possible to play GIF or FlASH format images in Monocross Apps?

I want to add play gif format to my monocross app. So that it can support in iphone android and windows phone, Could this be done, and how would I do it? I am new to Monocross Please help me.
Dorababu Dodda
  • 452
  • 3
  • 23
1
vote
3 answers

How to complete the application when pressed buttons Home i Back?

How to complete the application when pressed buttons Home and Back? Provided that in my memory holds many pictures. When pressed on the Back button - application restarts... When pressed on the Home button - quit application, but when it restart -…
Andrew Andreev
  • 394
  • 4
  • 13
1
vote
2 answers

sqlite-net and sqlite3.dll

I am a bit confused about the sqlite3.dll in Mono. I just wonder have Mono for Android and MonoTouch already provided the unmanaged binary of the native C sqlite3 by default? So I can do this in my code already with zero…
Ramon Chan
  • 93
  • 1
  • 5
0
votes
2 answers

Is it possible to migrate a MonoCross application incrementally to MvvmCross?

The team I'm on created a cross-platform application that runs on iOS, Android, and Windows Mobile that was created using Xamarin's tools and MonoCross. We're looking at MvvmCross as a possible MonoCross replacement but don't want to write the…
billmaya
  • 1,311
  • 3
  • 15
  • 34
0
votes
0 answers

Different frameworks, different costs

I am looking into developing some hybrid apps for a friend who wants to get into the market. I am confused about what the difference is between monotouch, monodroid, and monocross is though. Monocross appears to be an open source version of…
MasterGberry
  • 2,800
  • 6
  • 37
  • 56
0
votes
1 answer

Monocross Templates for VS2012

Are there any plans for Monocross templates for VS2012 Currently I can only download the VS2010 ones.
Radu Grama
  • 930
  • 2
  • 12
  • 26
0
votes
1 answer

Is there a way to set an android activities attributes conditionally?

In my Android application I have an activity where I've been using [Activity(NoHistory=true)] to keep the activity from appearing on the activity stack. Now I'd like to make it conditional - sometimes it should be on the activity stack so the user…
billmaya
  • 1,311
  • 3
  • 15
  • 34
0
votes
1 answer

Using MonoCross, where should the creation of SQLite databases live?

Due to the differences in file structure etc. between platforms, I was wondering if the database creation (with connection strings) need to be platform specific? Or if there's maybe a way to create a database from OnAppLoad() platform agnostic?
Kiada
  • 679
  • 3
  • 15
  • 24
0
votes
1 answer

MonoCross Example using "MXTouchViewGroup*" in a MonoCross.Touch application

Does anyone have example code illustrating how one would use the "MXTouchViewGroup*" code in the framework to create/use a tab bar at the bottom. Looking at code for MXToughViewGroup*, it isn't 100% clear how I would setup/use the navigation…
Immo Des
  • 81
  • 6
1
2