SQLite Database Tutorial for Android Studio



SQLite Database Tutorial for Android Studio

SQLite Database Tutorial for Android Studio

Go to http://StudyCoding.org to subscribe to the full list of courses and get source code for projects.
Tutorial that shows every step of programming a demo application example that demonstrates how to create a 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.

Full course playlist for Android App development
https://www.youtube.com/watch?v=UTtSPHzWOYY&list=PLhPyEFL5u-i1j8UdN4i5awkrhfRCT_pnl

Index
8:38 – Build the app constraint Layout
18:20 – Create the Data Model
22:02 – Button Click Listeners
32:07 – SQLite Open Helper Class
40:58 – Create New Tables with onCreate Method
58:25 – SELECT * FROM table
1:12:00 – Set Data In a ListView
1:19:37 – Delete a Record

Comments are closed.