Skip to content
Advertisement

How do I use SQLite in android?

I’ve founde already a few answers to this topic (for example this), but it is not working. I only get the warning, that it cannot resolve the method ‘openOrCreateDatabase(java.lang.String, int, null)’.

Here is my sourcecode:

JavaScript

Advertisement

Answer

SQLite is a opensource SQL database that stores data to a text file on a device. Android comes in with built in SQLite database implementation.

Please check below links

  1. Android SQLite Database Tutorial

  2. SQLite Database Tutorial

  3. SQLite and Android

Structure

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement