Top "Android-sqlite" questions

Android uses SQLite to store and retrieve data persistently.

Android SQLite: attempt to re-open an already-closed object

I'm trying to get certain book data from my Inventory table based on the ISBN. However, I'm getting an error: "…

android android-sqlite android-cursor
How to check database on not rooted android device

I am developing an app where i am using sqllite3 database to store values. I have Nexus S and Nexus 7 …

android sqlite adb android-contentprovider android-sqlite
How to convert milliseconds to date in SQLite

I store date from Calendar.getTimeInMilliseconds() in SQLite DB. I need to mark first rows by every month in SELECT …

android sqlite android-sqlite
SQLiteDatabase: Insert only if the value does not exist (not via raw SQL command)

I know there's an SQL command that goes like this: IF NOT EXISTS, but since Android's SQLiteDatabase class has some …

java android android-sqlite sql-insert
Where does Android store SQLite's database version?

I am unable to find where Android stores the database version within the SQLite database file. Where exactly is the …

android database android-sqlite
Database won't remove when uninstall the Android Application

I have two major questions. Database won't delete when uninstall app. Downloaded files won't delete while unstable the app. There …

android sqlite android-sqlite android-file android-database
Build a simple Keylogger Android Application: Accessibility research for Virtual keyboard

I have been trying to find some resources in order to build a Keylogger Android application for an accessibility research …

android android-intent android-sqlite keylogger
Putting cursor data into an array

Being new in Android, I am having trouble dealing with the following: public String[] getContacts(){ Cursor cursor = getReadableDatabase().rawQuery("SELECT …

android android-sqlite android-cursor
android.database.CursorIndexOutOfBoundsException

The data access code in my Android app raises an exception. Here is the code that causes the exception: String …

java android exception android-sqlite indexoutofboundsexception
Storage of SQLite database using Android and Phonegap

I'm developing a Android Cordova/Phonegap app where I want to use a SQLite database. I used the example from …

android database sqlite cordova android-sqlite