Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.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?

like image 707
LBushkin Avatar asked Dec 22 '09 21:12

LBushkin


4 Answers

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.

like image 124
ewall Avatar answered Oct 23 '22 02:10

ewall


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

like image 34
Donn Felker Avatar answered Oct 23 '22 02:10

Donn Felker


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

For details see:

  • http://tirania.org/blog/archive/2010/May-21.html
  • http://www.go-mono.com/monodroid/
like image 2
Martin Vobr Avatar answered Oct 23 '22 01:10

Martin Vobr


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.

like image 1
trampster Avatar answered Oct 23 '22 02:10

trampster