Android SQLite

From HaFrWiki42
Jump to navigation Jump to search

Android uses the simple light Database implementation SQLite. The usage of Android SQLite databases is simplified using the SQLiteOpenHelper class


Introduction

Almost every app needs to store data. On Android there are several options to to do so, one of them is the SQLIte option. The intention of this page is to collect information about this subject.

Tutorials

top

Q&A

top

Examples

top

See also

top

Reference

top