An open API service indexing awesome lists of open source software.

https://github.com/simplisticated/monolith

Android architecture simplifications
https://github.com/simplisticated/monolith

android android-architecture-components kotlin mvvm viewmodel

Last synced: 7 months ago
JSON representation

Android architecture simplifications

Awesome Lists containing this project

README

          

## At a Glance

Android SDK provides developers with set of architectural components. Some of them are hard-to-use. The purpose of `Monolith` library is to simplify usage of those components.

## How to Get Started

Add `jitpack.io` repository to your project:

```javascript
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
```

Then add `Monolith` to dependencies list:

```javascript
dependencies {
implementation 'com.github.igormatyushkin014:Monolith:1.0'
}
```

## Requirements

* Android SDK 23 and later
* Android Studio 3.3 and later
* Kotlin 1.3.20 or later

## Usage

Documentation will be added later.

## License

`Monolith` is available under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for more info.