SQLite是Android内置的轻量级数据库。本demo是在Android APP中简单的使用SQLite进行增删改查。insert,delete,update,select。本demo为 AndroidStudio 3.5.1 开发的代码。