Part1 SQLite Database and RecyclerView in Android Studio by Kotlin



Part1 SQLite Database and RecyclerView in Android Studio by Kotlin

Part1 SQLite Database and RecyclerView in Android Studio by Kotlin

This video explains the following:

– Working with SQLite Database
– Create Database and Tables
– Working with Database Version
– Insert Records inside Table
– Filling the records in the RecyclerView
******************************************
Part 1:
https://youtu.be/fiPrO7jpt0Y

Explains
– Create Database and Tables
– Insert Records inside Table
– Filling the records in the RecyclerView
– Using Floating Action Button
– Creating a RecyclerView Adapter
******************************************
Part 2:
https://youtu.be/C_Unn08zZdA

Explains
– Working with SQLite Database
– Update Record
– Delete Record
– Update RecyclerView
– Delete One Record From RecyclerView
– Working with ContentValues
– Building Alert Dialog
******************************************
Part 3:
https://youtu.be/0q6PfrS4G0I

Explains:
– Working with Database Versions
– Add New Column To the Table when Upgrade the App
******************************************
Part 4:
https://youtu.be/fgDFxHSIuLM

Explains:
– Search and Filter the RecyclerView
******************************************

Comments are closed.