© Grant Allen 2021
G. AllenAndroid for Absolute Beginnershttps://doi.org/10.1007/978-1-4842-6646-5_20

20. Working with Databases in Android

Grant Allen1  
(1)
LONDON, UK
 

Files are not the only way to store information from your application onto an Android device. Android provides two more major approaches to information management: a fully fledged relational database option based on SQLite and the Android Content Provider framework. In this chapter, we will explore the SQLite database – for those of you interested in Content Providers, you can learn more on the book’s website at www.beginningandroid.org.

If you are familiar with SQLite, you realize it represents a rock-solid database engine shipped as a single include or library for any kind of application. ...

Get Android for Absolute Beginners: Getting Started with Mobile Apps Development Using the Android Java SDK now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.