Testing Android app in Visual Studio is bit tricky and slow if you do not configure Hyper-V on your computer for maximum emulator performance. This post outlines the two steps for preparing Android emulator for testing your app in windows 10. Step 1 : Configure Hyper-V If you do not configure Hyper-V then you probably see the following error in Visual Studio How to enable Hyper-V acceleration...
iOS Application Development with Xamarin and Visual Studio
As Xamarin allows us to build iOS, Android and windows applications, this post outlines the steps that required developing an iOS application using Xamarin and Visual Studio. What is Xamarin? Build and execution model is different from iOS and Android. In iOS you have something called “Ahead of Timeâ€(AOT) compiling which is basically there to compile your application down to native code...
Cross platform mobile development with Xamarin and Visual Studio
This post outlines the concepts for mobile development using Visual Studio 2013 update2 and Xamarin.In perfect world, you could develop a single codebase and target all mobile devices. Unfortunately it is not as simple as it said in the statement but you have following options for developing the mobile applications. The first option uses HTML5, JavaScript and CSS using web standards basically...