You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔐📱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
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.
📚 Daily Quotes App – Android (Kotlin + RoomDB) The Daily Quotes App is a lightweight and inspiring Android application built with Kotlin and Room Database. It displays a fresh motivational or thoughtful quote every day, helping users stay positive and focused.
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.
Guitar Practice Log Mobile App with Kotlin Multiplatform and Android, offline support, and real-time sync via REST/WebSockets with a Spring Boot + JPA server.
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.