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
- Host: GitHub
- URL: https://github.com/piobeat/offbeat-commons
- Owner: PioBeat
- License: apache-2.0
- Created: 2017-04-06T22:05:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T14:17:28.000Z (over 7 years ago)
- Last Synced: 2025-03-21T04:45:54.507Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 869 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# offbeat-commons
A utility library for AndroidTM comprising helper methods and useful view components.
**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'
}
```