Churchill
Churchill

Reputation: 1607

Android Development in VS 2010 using C#

I would like to use C# for developing mobile apps for the Android Framework. I have looked at MonoDroid, just downloaded, yet to install. I would like to be able to deploy to a device rather than just the emulator. Are there any other options out there of we are stuck with MonoDroid and the $399 that comes with the Licence?

Upvotes: 1

Views: 370

Answers (2)

tatigo
tatigo

Reputation: 2264

Depends on what you want to develop, if this is a game you might want to check Unity, it's a free Game Engine. They support .NET Based Scripting with C# and JavaScript. For Android and iOS you should purchase an add on, but they had offered a 30 day trial before, better check this out by your self. https://store.unity3d.com/products

Upvotes: 0

Mark Maslar
Mark Maslar

Reputation: 1121

Nomad looks interesting. Haven't tried it yet, but appears that it builds HTML5 apps (as opposed to native apps)? It can build for both Android and iOS.

Upvotes: 1

Related Questions