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
Read here: stackoverflow.com/questions/214615/… – Andrejs Cainikovs Sep 18 '09 at 10:27
feedback

3 Answers

up vote 12 down vote accepted

Yes it is. Check out this article on how to build mono for Android.

link|improve this answer
If I'll make app this way, will I be able to deploy the application via Android Market? – Pavel Surmenok Jul 25 '11 at 7:09
feedback

There's the androidmono project, which I gather pretty much works but is in relatively early stages.

link|improve this answer
And is commercial project. – Shimmy Mar 18 at 3:29
@Shimmy: It wasn't when I posted it :) – Jon Skeet Mar 18 at 7:22
Then they suck much more – Shimmy Mar 18 at 8:51
@Shimmy: So do you think no-one should charge anything for software? (It's not actually clear to me that androidmono is a commercial project, by the way... what made you think it is?) – Jon Skeet Mar 18 at 8:53
Cool now checking your link,.it's open source:) shame they charge 400 bux I sure rather learning Java and get used to eclipse quirks – Shimmy Mar 18 at 8:54
show 2 more comments
feedback

As I originally answered this over two years ago...

These days I would look at Mono for Android, developed by the Mono team.

It's a commercial product, but yes, you can then sell your app on the Android Marketplace (aka Google Play store).

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.