• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Mono for Android vs. DVM?

Winfried

Well-Known Member
Hello

Out of curiosity, I'd like to know how good Mono for Android is compared to writing apps for the DVM:
Mono for Android allows you to use C# and the .NET Base Class Library (BCL) to write native Android applications. This is accomplished by executing applications in an instance of the Mono runtime VM, which co-exists on devices along with Google
 
I wouldn't use Mono unless you felt you absolutely needed to.

It will always be at least slightly slower than Java and Obj-C on Android and iOS respectively. And likely have a few less features.

Another problem is that it's VERY expensive. (Assuming you are talking about Mono Touch). Whereas Java and Eclipse are free.

If you are looking for other cross platform solutions, people seem to like PhoneGap but I dont know much about it.

Anyways, at the end of the day you have to use what works for you. If you're a superstar C# and Mono coder, but all thumbs with Java, then it might make sense to go with what you know.

But all other things being even I wouldn't recommend Mono.
 
Back
Top Bottom