Posts

Showing posts from 2016

How to start with Xamarin from basic steps

Here are few steps prepared by my colleague so hope it will help you to start with Xamarin basic app. Xamarin Setup Requirements Visual Studio 2015 with full features. Java SDK 1.7 Kit. Window Operation system 7, 8 Xamarin Installer Xamarin Android Player Emulator. Xamarin Introduction Build native UIs for iOS, Android and Windows, from a single, shared C# codebase. URL https://developer.xamarin.com/guides/cross-platform/getting_started/introduction_to_mobile_development/ Xamarin Forms URL https://developer.xamarin.com/guides/xamarin-forms/getting-started/introduction-to-xamarin-forms/ https://developer.xamarin.com/guides/xamarin-forms/getting-started/hello-xamarin-forms-multiscreen/quickstart/ Introduction Take code sharing to the next level with Xamarin.Forms. Intro to iOS and Android teach you how to share core logic across platforms, and Xamarin.Forms lets you define a singular UI that creates a native user experience for iOS, ...