kotlin-android topic
Dashboard-UI-Android
Simple Dashboard UI in Android Studio
Epoch
⏱ A simple stop watch app built to demonstrate the use of Jetpack Compose
Expenso
📊 A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture
JetQuotes
🔖 A Quotes Application built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Mini-Notes-App-Realm
📘 A Mini Notes App Powered by Realm DB as Backend
MotionToast
🌈 A Beautiful Motion Toast Library for Kotlin Android
AndroidFastlaneCICD
📱A sample repository to demonstrate the Automate publishing🚀 app to the Google Play Store with GitHub Actions⚡+ Fastlane🏃.
compose-report-to-html
A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page.
DataStoreExample
Jetpack DataStore is a data storage solution. It allows us to store key-value pairs (like SharedPreferences) or typed objects with protocol buffers. DataStore uses Kotlin and Coroutines + Flow to stor...
FCM-OnDeviceNotificationScheduler
Demo implementation to Schedule FCM Notifications on Android Device using AlarmManager + WorkManager.