Dot net application for Android mobiles [duplicate]
Possible Duplicate:
Will Google Android ever support .NET?
Hi, I have googled lot for getting how to create dot net开发者_JAVA百科 application for Android mobile phones (such as LG Optimus GT540), but not found relative information. My question is, is it possible to create dot net applications for Android mobiles or not? If yes, can anybody explain me the proper way to create such application and to deploy it onto the mobile phone.
Thanks for sharing your valuable time.
Novell is working on MonoDroid (http://monodroid.net/), which will enable C# development for Android the same way MonoTouch does it for iOS.
I guess if you can find a compiler that turns C# into Dalvik bytecode.
On thing to remember here is that ".NET" is a framework, the functionality it offers probably isn't going to be available in Dalvik (I could be wrong). You might get core .NET APIs eventually, but I don't ever see "dynamic" and "expando" showing up. However, there are alternatives that let you use .NET languages to target the DVM, think Mono:
http://forum.xda-developers.com/showthread.php?t=465590
精彩评论