Summary
We have covered a lot in this chapter. We have learned about databases and, in particular, the database of Android apps, SQLite. We have practiced the basics of communicating with and querying a database using the SQL language.
We have seen how the Android API helps us use an SQLite database, and have implemented our first working app with a database.
That is just about it, but please look at the brief final chapter that follows.