Introduction
This Tutorial reviews how on device SQLite databases are created.
When you store your data in a SQL database the app can access the data without an internet connection.
You can perform any SQL query you like on these local databases.
Create On Device SQL DB
SQL DB are created in different ways depending on where the data comes from.
Review the following Tutorials depending on the source of Data.
- Data Feed: RSS, XML, JSON : Process RSS, XML, JSON as a SQL DB
- Cloud Collection: Create Live Feed or on Device Data from a Cloud Collection
Learn more