All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.database.package.html Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

There is a newer version: 14-robolectric-10818077
Show newest version


Contains classes to explore data returned through a content provider.

If you need to manage data in a private database, use the {@link android.database.sqlite} classes. These classes are used to manage the {@link android.database.Cursor} object returned from a content provider query. Databases are usually created and opened with {@link android.content.Context#openOrCreateDatabase} To make requests through content providers, you can use the {@link android.content.ContentResolver content.ContentResolver} class.

All databases are stored on the device in /data/data/<package_name>/databases





© 2015 - 2024 Weber Informatics LLC | Privacy Policy