jfsso / android-bt

Vinli Android Bluetooth SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vinli Android Bluetooth SDK

An Android client for interacting with the Vinli bluetooth device from within your application. Sample App

Download

You can also depend on this library through Gradle from jcenter:

compile 'li.vin:android-bt:1.0.0-beta.11'

Conventions

RxJava

The developer interfaces with the SDK using reactive Observables and Subscriptions. All data from the device is streamed via Observable, and the data stream is stopped by unsubscribing from the subscription.

Docs

JavaDocs

About

Vinli Android Bluetooth SDK

License:MIT License


Languages

Language:Java 100.0%