Writing code once and using it on multiple platforms has been a dream of many software developers. Although this has been possible for some time…
Cross-platform application development is about building a single application that can run on various operating systems, instead of developing different app versions for each platform
In this article we will learn about My first Xamarin App- Hello world. Here we discuss how to create the Xamarin app using visual studio.…
The Android Emulator can be run in a variety of configurations to simulate different devices. Each configuration is called a virtual device. When you deploy and…
In this article we will learn about Setting up the Android SDK for Xamarin.Android. Visual Studio includes an Android SDK Manager that you use to…
In this article we will learn about Windows Configuration in Xamarin. Here we describes the steps for installing Xamarin.Android for Visual Studio on Windows, and…
In this article we will learn about Installing Xamarin on Windows. We will discuss how to install Xamarin on our PC. Microsoft Visual Studio allows…
Xamarin is an open-source platform for building modern and performant applications for iOS, Android, and Windows with .NET. Xamarin is an abstraction layer that manages…