Skip to content

vinli/android-net

Repository files navigation

Vinli Android Net SDK

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

Download

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

compile 'li.vin:android-net:1.0.17'

Conventions

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.

Docs