
/GettyImages-455120705-5a029d0b13f1290037697ecb.jpg)
Here you see a label with text “Welcome to xamarin form” Now Expand Portable project -> MainPage.xaml

We will code in Portable project using c# and xaml. Applications made by this project work on both windows 10 phone and windows 10 desktop. UWP is universal windows platform application. Now all things are ready to start development: In the right block of solution explorer you can see 4 projects in your solution i.e., Portable project, Android, iOS and UWP Project. If you don’t have Mac available then close this. Select Target Version and Minimum Version for your windows project and click OK.įor iOS development with Visual Studio on Windows, you also need to set up a Mac with the Xamarin tools. Select Blank app -> Xamarin.Forms -> Portable Class Library (PCL) -> Ok Goto Templates -> Visual C# -> Cross-Platfom -> Cross Platform App (Xamarin.Forms or Native) -> Write name for you application -> Select location for your project -> click ok By installing it all the required components are installed.
VISUAL STUDIO 2017 FOR MAC JAVASCRIPT INSTALL
Developer mode should be enable on your OSĭownload visual Studio Installer from here.įirstly you can install Visual Studio 2017 with a Xamarin workload.

In this article we can develop basic android, windows and ios applications by using xamarin forms.īeginners with basic C# and XAML coding knowledge Shared UI apps are developed through xamarin forms. In xamarin we can develop separate UI apps or shared UI apps. Xamarin is a platform to develop apps for multiple mobile operating systems by a shared code base. In Visual Studio 2017 we can develop Cross Platform apps using Xamarin.
