SQLite Help Pages

Using SQLite SQLite Android SQLite Android SQLite tutorial SQLite database SQLite crash course
SQLite tutorial I SQLite tutorial II SQLite introduction Android fundamentals SQLite shell SQLite adb
Creating & using SQLite        

SQLite is an embedded relational database management system contained in a relatively small (~275 kB) C programming library. The source code for SQLite is in the public domain and implements most of the SQL standard. In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it.