Book Image

Building a Basic App Using Xamarin and Xamarin.Forms [Video]

By : Steven F. Daniel
Book Image

Building a Basic App Using Xamarin and Xamarin.Forms [Video]

By: Steven F. Daniel

Overview of this book

Xamarin and Xamarin.Forms are the most powerful cross-platform mobile development frameworks for creating stunning cross-platform applications on the iOS and Android mobile platforms. This video course will begin by showing you how to successfully set up Visual Studio for Mac for both iOS and Android so that you can begin developing apps using the Xamarin.Forms platform. You will then learn how to debug your Xamarin applications right within the Visual Studio IDE, before moving on to learn how to build hybrid mobile applications using the Razor Templating Engine. Towards the end of the course, you will learn how to build a photo library application that interacts with the user's camera and photo album.
Table of Contents (3 chapters)
Chapter 3
Building a Photo Library App Using Xamarin. Forms
Content Locked
Section 5
Setting up the Camera and Photo Album Permissions
The aim of this video is to make you understand how to integrate the Plugin.Permission Nuget package within your solution. - Learn to add the permissions plugin to our portable class library, android and iOS projects - Learn how to check permission to use your camera and photo album - Add camera and photo album permissions to your AndroidManifest.xml and Info.plist