Skip to content

evanildo26/RoomDatabaseApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoomDatabaseApp

An Android application demonstrating the use of Room Database for local data persistence, following MVVM architecture.

Student Information

  • Name: evanildo jose
  • Student Number: st10437401

Features

  • Room Persistence Library: For local database management.
  • MVVM Architecture: Separation of concerns using Model-View-ViewModel.
  • ViewModel & LiveData: For lifecycle-aware data handling.
  • View Binding: For safer interaction with UI components.
  • RecyclerView: To display lists of data efficiently.
  • KSP (Kotlin Symbol Processing): Used for Room annotation processing.

Tech Stack

  • Language: Kotlin
  • Build System: Gradle (Kotlin DSL)
  • Minimum SDK: 25
  • Target SDK: 34

Project Structure

  • app/src/main/java: Contains the Kotlin source code (Entities, DAOs, Database, Repository, ViewModels, and Activities).
  • app/src/main/res: Contains layout files and resources.
  • gradle/libs.versions.toml: Version catalog for dependency management.

Setup

  1. Clone the repository.
  2. Open the project in Android Studio.
  3. Sync the project with Gradle files.
  4. Run the application on an emulator or physical device.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages