Summary
We covered a lot in this chapter. You learned about databases and, in particular, the database of Android apps, SQLite. We practiced the basics of communicating with a database using the SQL language.
We saw how the Android API helps us use a SQLite database, and we implemented our first working app with a database.
In the next chapter, we will use a more advanced DataManager
class, and we will also use it within the Where it's snap app to save all our user's titles, tags, and photos.