Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

develop C#/.NET on Android devices

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

like image 543
0xFF Avatar asked Sep 18 '09 10:09

0xFF


People also ask

What is developed C?

C, computer programming language developed in the early 1970s by American computer scientist Dennis M. Ritchie at Bell Laboratories (formerly AT&T Bell Laboratories).

How long did it take to develop C?

A successor to the programming language B, C was originally developed at Bell Labs by Ritchie between 1972 and 1973 to construct utilities running on Unix. It was applied to re-implementing the kernel of the Unix operating system. During the 1980s, C gradually gained popularity.

Who developed C when and why was it developed?

The C programming language came out of Bell Labs in the early 1970s. According to the Bell Labs paper The Development of the C Language by Dennis Ritchie, “The C programming language was devised in the early 1970s as a system implementation language for the nascent Unix operating system.


1 Answers

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

EDIT: More recently: Mono for Android

like image 140
Jon Skeet Avatar answered Oct 25 '22 04:10

Jon Skeet