SQLite Database for Android – Full Course
By freeCodeCamp.org
Published: Oct 13, 2020
Learn how to use an SQLite database in Android Studio.This tutorial shows every step of programming a demo Android application that uses an SQLlite local database. You will learn how to create an SQLite local database on the Android device, configure new tables with the onCreate method, setup the columns and data types, extend the SQLiteHelper class, create CRUD methods in a DAO (Data Access Ob… [READ MORE]