Mono for Android released, lets .NET developers build Android apps

Emil

Posts: 152   +0

Novell today announced the availability of Mono for Android, the first solution for developing Microsoft .NET applications for Google's Android platform. This essentially allows .NET and C# developers to use their existing skills to easily create Android apps.

Mono for Android consists of the core Mono runtime, bindings for native Android APIs, a Visual Studio 2010 plug-in, and an SDK that contains all the tools needed to build, debug, and deploy apps. Developers trained in Visual Studio can thus continue developing with their preferred IDE, while using their existing skills and .NET code, libraries, and tools, as well as C# programming knowledge. The Visual Studio 2010 plug-in lets engineers develop, debug, and deploy their apps to an Android simulator, an Android device, or the Android Market.

Mono for Android complements MonoTouch, Novell's solution for developing apps for Apple's iOS (iPad, iPhone, and iPod Touch). Novell is thus pitching Mono for Android and MonoTouch to .NET developers as an option that will save them time and money because they will be able to share common code between iOS and Android on smartphones and tablets, as well as Windows Phone 7, Windows desktops, and Windows Server.

There are four tiers of Mono for Android: Student ($99), Professional ($399), Enterprise ($999), and Enterprise 5 ($3,999). You can check out the differences between them at mono-android.net/store, but we recommend that you grab the trial either way first.

"Since the introduction of MonoTouch in 2009, developers have experienced how Mono streamlines mobile application development," Miguel de Icaza, Mono project founder and vice president of Developer Platforms at Novell, said in a statement. "As a result, many asked us to build a similar tool for Android. We developed Mono for Android to give both individual developers and businesses a way of sharing their code across multiple mobile platforms, increasing efficiency and reuse of their C# and .NET expertise across the board."

Permalink to story.

 
I downloaded the trial version and was disappointed to see that there isn't a designer included. To me it is the same as using eclipse to build Android apps given that c# is pretty close to .NET. Use the $400 to learn Java
 
Yes spend the $400 to learn Java. If you are already proficient in C#, Java will not be that difficult to use. C# is basically Microsoft's version of Java.
 
Back