(Android uses SQLite database for development. In chm format, SQLite is a very popular embedded database, which supports SQL queries and uses only a small amount of memory. Android integrates SQLite at runtime, so every Android user can use SQLite database. When developers who understand SQL come, it is easy to use SQLite. Yes, because JDBC is not suitable for memory limited devices such as mobile phones, Android developers need to learn new APIs to use SQLite. This article mainly explains the basic use of SQLite in the Android environment. This document includes the following annexes:
Codemans SQLite database.chm is used in Android development)