Back to Browse

Building a Shopping List App: Data Layer Setup using Jetpack Compose and Room Database

8.1K views
Jan 28, 2023
36:04

In this tutorial, we will show you how to set up the data layer for our shopping list app using Jetpack Compose and Room Database. This is the third part of our tutorial series on building a shopping list app with Jetpack Compose and Room Library. We will start by creating the entities that represent the tables in our database and the data access objects (DAOs) that will be used to perform CRUD operations on the entities. We will then create our database class, which will be responsible for managing the database. By the end of this tutorial, you will have a solid understanding of how to use Room Library to manage the data storage and retrieval for your app, and you will be able to implement it in your own projects. So, this tutorial is for you whether you're a beginner or an experienced developer. Don't forget to watch the first and second parts of this tutorial series before you start with this one. As always, if you have any questions or feedback, feel free to leave a comment below. 00:00 Intro 00:35 creating room entities 03:57 relational database design 08:12 room database implementation 35:03 outro previous video https://youtu.be/jcWTrWTf14k GitHub project https://github.com/Hoodlab/JetShopping.git

Download

0 formats

No download links available.

Building a Shopping List App: Data Layer Setup using Jetpack Compose and Room Database | NatokHD