Jetpack Compose - MVI(MVVM with state management) - Multi Module - Clean Architecture - Jetpack Architecture Components - Unit Test
-
Updated
Oct 18, 2024 - Kotlin
Jetpack Compose - MVI(MVVM with state management) - Multi Module - Clean Architecture - Jetpack Architecture Components - Unit Test
Notes app Built for native Android App with best practices followed MVVM architecture & Room DB along with that Work Manger,AlarmManager & BroadcastReceiver is also used. AlarmManager is used to alert the user to remind their task. WorkManager will operate in the background to update the local db once the reminder is sent to the user
Android full Sources Code: MVVM with Clean Architucture, KOIN DI, Retrofit for API / Networking, Room DB, Unit and Instrumention Testing
Uses RoomDB to store contacts along with their email IDs. This app demonstrates basic operations using Room, a database library provided by Google as part of the Android Jetpack suite.
🔐📱Crafted with Kotlin, XML, and RoomDB, this app presents a seamless login/signup experience. Effortlessly manage user data with RoomDB, creating a delightful list of users.✨ #AndroidDev #Kotlin #RoomDB
Android planner using firebase
Room is a powerful persistence library provided by the Android Jetpack components. It is built on top of SQLite and provides an abstraction layer that simplifies database operations in Android applications. Room is designed to make it easier for developers to work with databases by providing compile-time verification of SQL queries.
Random dog image generator : Uses RoomDB, Kotlin Coroutines, MVVM architecture, Moshi, Dagger Hilt and Clean architecture to separate the code concern into data, domain and presentation layers
Quotes App is an Android application where you can read and share quotes.
MVVM, Dagger-Hilt, RxJava, RoomDB, Data Binding, Video Compressor.
how to use RoomDatabase in Kotlin
This app taken list of IPL matches from user and creates a feature list out of them in random order. Then when user proceeds in app, automatically random teams are make winner until one team wins. Finally displays the winner name.
The Room DB Advanced Concepts Related To The Foreign Keys and etc...
An example app exploring how coroutines are used in Android with RoomDB, Apollo Graphql, Dagger-Hilt, Glide, JetPack Libraries, Repository pattern and MVVM Architecture
A minimal notes application in Kotlin with MVVM architecture. Built with components like DataStore, Coroutines, Room etc.
Movies app displaying upcoming and top-rated movies. Features include bookmarking functionality and a dark mode option.
Add a description, image, and links to the roomdb topic page so that developers can more easily learn about it.
To associate your repository with the roomdb topic, visit your repo's landing page and select "manage topics."