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.
- 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.