Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.64 KB

managing-app-resources.md

File metadata and controls

38 lines (23 loc) · 1.64 KB
title description author ms.author ms.date ms.topic ms.assetid
Managing app Resources
asb3993
amburns
04/14/2017
article
61EAAB8F-3C32-4574-924F-CFC616604089

Managing app resources

App resource files, such as images, text files, and audio files are integral elements of your application that are not compiled with the application. Each platform that is supported by Visual Studio for Mac handles these types of files in different ways. Refer to the guides below for more information on dealing with app resources in Visual Studio for Mac.

Xamarin.Forms

Xamarin.Forms code runs on multiple platforms - each of which has its own filesystem. This means that reading and writing files is can be done either by using the native file APIs on each platform, or by adding files as embedding resources.

Xamarin.iOS

Xamarin.Android

Xamarin.Mac