December 2015
Beginner
698 pages
15h 16m
English
Before you learn how to use SQLite with Android, you first need to learn the basics of how to use SQLite in general in a platform-neutral context.
Let's look at some example SQL code that could be used on an SQLite database directly, without any Java or Android classes, and then we can more easily understand what our Java code will doing later.
SQL has keywords much like Java that cause things to happen. Here is a flavor of some of the SQL keywords that we will be using soon:
Read now
Unlock full access