-
App Center With Xamarin Forms
AppCenter is helpful for us to build our App along with we can test our app on 1000+ physical devise which is hosted on cloud. With the help of AppCenter we can distribute our build for testing purpose and after that we can deploy on App Store and Play store. AppCenter provide a facility to…
-
Building Xamarin.Android application in C#
Overview In this article we’ll look at how to create, deploy, and run a Xamarin.Android application. We’ll create a hello world application, showing how to build the user interface both in code and by using Android XML. Creating a Xamarin.Android Application Let’s begin by creating a new Xamarin.Android solution. Xamarin.Android includes several templates for creating…