monocross

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

风流意气都作罢 提交于 2019-12-24 15:27:35
问题 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 again start other activities and so on. (e.g. Main -> A -> B -> C) From time to time, I get following problem: When the application is paused (or stopped) for some time (i.e. not in the foreground), and/or other memory consuming apps are started,

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

我们两清 提交于 2019-12-04 20:40:51
问题 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 iOS and MonoDroid abstraction for Android). We would like to offer the bulk of this application as a code library that can be reused by other app developers who wish to write apps that interface to our hardware. I am concerned that by using Mono we

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

十年热恋 提交于 2019-12-03 12:42:50
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 iOS and MonoDroid abstraction for Android). We would like to offer the bulk of this application as a code library that can be reused by other app developers who wish to write apps that interface to our hardware. I am concerned that by using Mono we are forcing these developers to do the same. Is that the case? Android Library Can we produce an

Difference between Monocross & Monotouch (xamarin)?

冷暖自知 提交于 2019-11-28 20:40:51
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 development? Monocross is a cross platform MVC framework. As a framework, it's open source. But you need either monotouch or mono for android in order to deploy on the devices. Those 2 stuffs doesn't compare. They sum up. With tools like Monocross or MvvmCross, you really get a crossplatform code sharing framework, and that's your advantage over

Difference between Monocross & Monotouch (xamarin)?

筅森魡賤 提交于 2019-11-27 13:05:30
问题 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 development? 回答1: Monocross is a cross platform MVC framework. As a framework, it's open source. But you need either monotouch or mono for android in order to deploy on the devices. Those 2 stuffs doesn't compare. They sum up. With tools like