tags:

views:

3697

answers:

3

Hi,

I want to run C# programs on my HTC Magic, I can find the mono app on the Android market but I have no clue on how to run C# using.

The code is just for fun, I don't want official support and such. After coding Visual Basic on windows mobile, I really want to code C# on Android, whether directly using some sort of editor if exists, or compiling it on a PC then installing it on Android.

If anyone knows a way to do such please let me know.

Thank you

A: 

Found this one stackoverflow it may help.

gsharp
+1  A: 

Novell (MonoTouch) is working on bringing .Net to all devices, so you don't have to rewrite your code for each platform.

Android is in Beta. iPhone is available already.

http://www.developer.com/daily_news/article.php/394836/Novell-Brings-NET-to-Android-with-Mono.htm

Bob
A: 

Yep, the project is called MonoDroid and is being actively developed. However, it is not production-ready yet:

We are planning on launching MonoDroid later this summer

n535