/Kommons

Primary LanguageKotlinApache License 2.0Apache-2.0

Kommons

Kommons is a set of Android libraries written in Kotlin. It helps us write safer, readable and compact code in less time. It isn't supposed to be a large framework, libraries are small and independent.

Documented modules and API are considered still and stable, undocumented may be changed or completely removed.

Kommons-core

Kommons core is mainly a set of extensions of standard SDK and Android support libraries.

Kommons-mvvm

Kommons mvvm is a base for apps written in MVVM pattern. It uses Android lifecycle libraries, it has base classes for databinding views and it contains implementation of recycler view adapter based on mvvm.