Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1000 Bytes

File metadata and controls

21 lines (16 loc) · 1000 Bytes
title description ms.service ms.assetid ms.subservice author ms.author ms.date no-loc
Xamarin.Forms local data storage
Learn how to perform file handling from shared Xamarin.Forms code, and how to read and write data to a local SQLite database using SQLite.Net.
xamarin
A324C247-7DA8-4B14-A813-25F85525E32B
xamarin-forms
davidbritch
dabritch
06/27/2019
Xamarin.Forms
Xamarin.Essentials

Xamarin.Forms local data storage

File handling with Xamarin.Forms can be achieved using code in a .NET Standard library, or by using embedded resources. This article explains how to perform file handling from shared code in a Xamarin.Forms application.

Xamarin.Forms supports database-driven applications using the SQLite database engine, which makes it possible to load and save objects in shared code. This article describes how Xamarin.Forms applications can read and write data to a local SQLite database using SQLite.Net.