https://github.com/labstack/labstack-android
Official Android client library for the LabStack platform
https://github.com/labstack/labstack-android
Last synced: 10 months ago
JSON representation
Official Android client library for the LabStack platform
- Host: GitHub
- URL: https://github.com/labstack/labstack-android
- Owner: labstack
- Created: 2017-08-07T04:42:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T03:26:14.000Z (over 8 years ago)
- Last Synced: 2025-01-19T05:51:40.421Z (11 months ago)
- Language: Java
- Homepage: https://labstack.com/docs
- Size: 182 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Android Client
## Installation
```groovy
dependencies {
compile 'com.labstack:labstack-android:0.8.0'
}
```
## Quick Start
[Sign up](https://labstack.com/signup) to get an API key
`MainActivity.java`
```java
```
Run your app in the configured device
## [Documentation](https://labstack.com/docs) | [Forum](https://forum.labstack.com)