Store local data with SQLite in a Xamarin.Forms app

Intermediate
Developer
Xamarin
.NET
Visual Studio

Persist your data between application launches by storing your data locally using SQLite.

Learning objectives

In this module, you will:

  • Compare the different data storage options that are available for mobile applications
  • Store relational data in a SQLite database
  • Interact with your database asynchronously to make sure that your UI remains responsive

Prerequisites

  • Visual Studio 2019 (any edition)
  • Familiarity with C# and .NET
  • Basic knowledge of SQL and relational databases