Mobile Development with Microsoft Technology (Xamarin) Part - 1
Hello Guys, Today, I am going to discuss and share my experience of working with Xamarin . A powerful Microsoft’s Mobile Development platform. Microsoft making lives of .Net developers easy by continuously giving platforms where we can write fast, robust and scalable mobile, web and desktop applications. INTRODUCTION Xamarin is a mobile app development platform which gives you privilege to write the native mobile apps for iOS, Android and Windows Phone using .Net framework. The look and feel of Xamarin apps are native because Xamarin uses Native User Interfaces, Native API Access and Native Performance. The power of Xamarin is anything you can do in Objective-C, Swift or Java, you can do in C#. Here, in Xamarin we can create two types of apps: Xamarin.Forms (cross-platform UI toolkit with shared code for iOS, Android & Windows Phone app). Xamarin.iOS (native pla...