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

link|improve this question

59% accept rate
1  
Maybe this is better suited to stackoverflow. – alex Sep 18 '09 at 10:13
Found this one stackoverflow it may help. – gsharp Sep 18 '09 at 10:23
dupe: stackoverflow.com/questions/1443690/… – skolima Sep 18 '09 at 11:30
dupe: stackoverflow.com/questions/214615/… (after the Feb 2nd update to the highest rated answer) – synhershko Mar 23 '11 at 9:51
feedback

migrated from superuser.com Sep 18 '09 at 10:37

This question came from our site for computer enthusiasts and power users.

2 Answers

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.