SQLite Database for Android - Full Course
freeCodeCamp.org freeCodeCamp.org
9.97M subscribers
250,238 views
5.2K

 Published On 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 Object) class, display results on a listview, and more.

✏️ Course developed by Shad Sluiter. Check out his YouTube channel:    / shadsluiter  

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

show more

Share/Embed