Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 824 Bytes

File metadata and controls

13 lines (9 loc) · 824 Bytes

Realm DB Integration with Android App

Overview

This repository showcases a sample Android application demonstrating the integration of Realm DB with modern Android development technologies. The app features CRUD (Create, Read, Update, Delete) functionalities, integrated with Hilt for dependency injection, MVVM architecture for clean separation of concerns, Coroutines for asynchronous programming, and Jetpack Compose for a modern UI development experience.

Features

  • Create, Read, Update, and Delete operations on Realm DB entities.
  • Integration with Hilt for dependency injection.
  • MVVM architecture for a clean and maintainable codebase.
  • Coroutines for asynchronous programming, ensuring smooth UI interactions.
  • Jetpack Compose for building the user interface with modern, declarative UI components.