Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)