An Android client for interacting with the Vinli backend from within your application. Sample App
You can also depend on this library through Gradle from jcenter:
compile 'li.vin:android-net:1.0.17'
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. All models are immutable.