Using Crosslight SQLite for Local Data Storage

This blog post will discuss topic on how you can use Crosslight SQLite as a local data storage for your apps. Before you start using Crosslight SQLite, it is recommended that you have basic knowledge about data binding and MVVM design pattern. Learn more.

2015-03-02-09-25-49

2015-03-02-09-25-58

We have created a sample that lets you learn how to create SQLite tables with capability to insert, update and delete the record, use LINQ Query and custom SQL Query and many more. The sample code can be downloaded from our Git server here.

Happy Learning!

Cheers,
Martin Lie

Leave a Reply