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
- Host: GitHub
- URL: https://github.com/simplisticated/monolith
- Owner: simplisticated
- License: apache-2.0
- Created: 2019-03-03T21:05:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T13:06:11.000Z (about 7 years ago)
- Last Synced: 2025-04-04T15:52:46.496Z (12 months ago)
- Topics: android, android-architecture-components, kotlin, mvvm, viewmodel
- Language: Kotlin
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.