Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
/ core Public archive

A bundle of features in one repository. A sandbox with libraries that can be used for other projects.

License

Notifications You must be signed in to change notification settings

HirogaKatageri/core

Repository files navigation

What is this Repository?

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.

Features

  • Core - A template Library for Activities and Fragments using Koin DI.

Extras

  • View Binding Template

Installation

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")

Samples

  • oAuth using Twitch.
  • Foreground Service with floating Views.
  • Firebase Cloud Messaging with Custom URI Redirection.
  • Instance State saving and recovery using StateViewModel.

Future Development

  • Android Compose Template
  • Kotlin Multi Platform with Compose Template

About

A bundle of features in one repository. A sandbox with libraries that can be used for other projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages