Welcome to my Sandbox. This sandbox contains a template for MVVM Architecture with Koin DI. You can also use the templates for your other projects. I've also made samples on how to implement the template.
- Core - A template Library for Activities and Fragments using Koin DI.
- View Binding Template
Root build.gradle.kts script
repositories {
maven { url = uri("https://www.jitpack.io") }
}
Module build.gradle.kts script
implementation("com.github.HirogaKatageri.core:core:0.3.5")
- oAuth using Twitch.
- Foreground Service with floating Views.
- Firebase Cloud Messaging with Custom URI Redirection.
- Instance State saving and recovery using StateViewModel.
- Android Compose Template
- Kotlin Multi Platform with Compose Template