LBushkin
LBushkin

Reputation: 131806

.NET Framework on Android

Is anyone aware of any projects out there to port a version of the .NET framework to the Android platform, kind of like Mono.Touch?

Upvotes: 15

Views: 6178

Answers (4)

Martin Vobr
Martin Vobr

Reputation: 5823

MonoDroid (Mono for Android) is ready to enter a public beta cycle now. Launch is scheduled to summer 2010.

For details see:

Upvotes: 2

trampster
trampster

Reputation: 8918

Miguel de Icaza's announced on his blog on the 17th of Feb 2010 that they are starting work on mono for android which will be called MonoDroid.

This will be similar to MonoTouch on the iphone but for android instead.

Upvotes: 1

Donn Felker
Donn Felker

Reputation: 9651

I know the mono team is working on an android port. However Miguel hasn't posted any recent news about it from what I can tell.

http://tirania.org/blog/archive/2009/Jan-05-1.html

and

http://tirania.org/blog/archive/2009/Feb-16.html

Upvotes: 4

ewall
ewall

Reputation: 28110

It seems that you can build Mono for the Android with little more than the Android NDK. More info at http://www.koushikdutta.com/search/label/Mono; source code, instructions, etc are on Github.

Upvotes: 15

Related Questions