SQL and SQLite
We're going to learn how to store data with our application persistently. To do so, we will use databases of objects. Android uses SQLite as the default Android database. If you're familiar with other databases, SQLite will be very familiar.