Search code examples
androidvisual-studio-2010mobile-application

How to create Smart Device application using VS2010


I am new to Mobile App developemnt and from what i gather in VS2008 you could create a Smart Device application. It VS2010 that option is not available. MSDN points to Win7 using Silverlight. Is there other options to creating Smart Device Apps or Android apps? I'm using VS2010 professional edition.


Solution

  • If you're looking to use your existing Visual Studio/.NET knowledge to build applications for other platforms, you might want to take a look at Mono. Mono is a wrapper for the native SDKs, and is available for both iOS and Android so you can develop proper native apps for these platforms, while still using Visual Studio.

    HTH