Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xgouchet/archx
An android Architecture boilerplate framework
https://github.com/xgouchet/archx
Last synced: 10 days ago
JSON representation
An android Architecture boilerplate framework
- Host: GitHub
- URL: https://github.com/xgouchet/archx
- Owner: xgouchet
- License: other
- Created: 2018-10-15T05:07:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T14:54:13.000Z (about 6 years ago)
- Last Synced: 2024-11-09T00:31:30.767Z (2 months ago)
- Language: Kotlin
- Size: 576 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ArchX
> An Android Architecture library that reduce boilerplate code when writing an application
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)
[![Kotlin 1.2.70](https://img.shields.io/badge/Kotlin-1.2.70-blue.svg)](http://kotlinlang.org)[![Release](https://jitpack.io/v/xgouchet/ArchX.svg)](https://jitpack.io/#xgouchet/ArchX)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/xaviergouchet)This library is in no mean intended to be a silver bullet for any screen, but just provides a simplification when writing a new app from scratch. It's still a work in progress, so there's no documentation or sample yet.
## Usage
### Gradle
```groovy
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
testCompile 'com.github.xgouchet:ArchX:0.1'
}
```## Contributing
Any contributions are welcome. You can [raise an issue](https://github.com/xgouchet/ArchX/issues/new), submit a [pull request](https://github.com/xgouchet/ArchX/pulls), improve documentation, or suggest new features.
## Donate
This library is completely free to use. I try my best to make it as good as possible, but only do this on my free time. If you want to support my work, you can click the Donate button below.
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/xaviergouchet)
## Meta
Xavier F. Gouchet – [@xgouchet](https://twitter.com/xgouchet)
Distributed under the MIT license. See [LICENSE.md](LICENSE.md) for more information.
[https://github.com/xgouchet/ArchX](https://github.com/xgouchet/ArchX)