Sunday, June 3, 2018

Xamarin.Forms - Working With Application Storage

Introduction

Xamarin.Forms code runs on multiple platforms, each of which has its own filesystem. This means that reading and writing files is most easily done tasks using native file APIs on each platform. Alternatively, embedded resources is also a simpler solution to distribute data files within an app.

Application Storage

Xamarin Android — Shared Preferences

Android provides many ways of storing the data of an application. One of these ways is Shared Preferences. Shared Preferences allow you to save and retrieve data in the form of key value pairs.



from DZone.com Feed https://ift.tt/2kKWRVG

No comments:

Post a Comment