finchatticus / koin-samples

KOIN - a concise and pragmatic dependency injection framework for Kotlin -- #Samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

What's KOIN?

Koin is a small library to lets you write dependency injection in a concise and pragmatic way. No proxy, no code generation, no introspection. Just DSL and functional Kotlin magic!

Declare, Start & Inject

insert-koin.io

All documentation, sample and references has been move to our website. Check the official website to get started: insert-koin.io

The Koin repository is located here: koin@github

Koin Samples

In this repository you will found samples project to help you understand how to use Koin with several technologies.

Android MVP weather app

An Android app for getting weather data (dumb random weather data), in MVP architecture style and RxJava

Android MVVM weather app

An Android app for getting weather data (dumb random weather data), in MVVM architecture style with Android Architecture Components and RxJava

Kotlin standalone app

A Kotlin standalone app

SparkJava webapp

A SparkJava web application, with a simple web service

Ktor webapp

An Ktor web application, with a simple web service

Follow us & Contact

Twitter - @insertkoin_io

Medium - Koin Developers Hub

Slack - Kotlin Slack on #koin channel

About

KOIN - a concise and pragmatic dependency injection framework for Kotlin -- #Samples

License:Apache License 2.0


Languages

Language:Shell 100.0%