Xamarin.Forms: Content Page for XAML Controls
In this article, we see how to add a content page in Xamarin.Forms project and add some controls with events in that content page. Step 1: Create a Xamarin.Forms project with Portable Class Library (PCL) as discussed in my previous article. http://geekishor.com/2017/07/21/xamarin-forms-create-your-first-xamarin-app-for-all-platforms-ios-android-and-windows/ Step 2: Now Right Click on the PCL project and Add > New […]
Read More →