Skip to content

khuonghung/android_room_database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Room with a View - Java

This code used Room in a database-backed app. You'll create the data layer for an app that tracks Product, and you'll build a user interface that allows users to insert, update and delete Product from a list.

Getting started

This code uses the AndroidX libraries. To learn more, read Migrate to AndroidX.

Prerequisites

To complete this code, you need:

Getting the code

  1. Download the starter code from GitHub.

  2. Open the project in Android Studio.

  3. Open the build.gradle file in the app folder and check that the compileSdkVersion is 28 or higher.

  4. Open the build.gradle file in the project folder and check that the classpath for com.android.tools.build:gradle is 3.5.0 or higher.

Releases

No releases published

Packages

No packages published

Languages