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

https://github.com/piobeat/offbeat-commons

Android library with helper methods and view components
https://github.com/piobeat/offbeat-commons

Last synced: 3 months ago
JSON representation

Android library with helper methods and view components

Awesome Lists containing this project

README

          

# offbeat-commons

A utility library for AndroidTM comprising helper methods and useful view components.

**Bintray Download:**

**Gradle:**

```groovy
// in project build.gradle file
buildscript {
repositories {
maven {
url "https://dl.bintray.com/piobeat/offbeat-pioneer-maven"
}
}
}

// in module build.gradle file
dependencies {
implementation 'net.offbeat-pioneer.android:offbeat-commons:0.5.0'
}
```