Skip to content

Instantly share code, notes, and snippets.

@DavidCulpepper
Created November 19, 2014 22:04
Show Gist options
  • Save DavidCulpepper/e9ef6e6fba5f4af20f6c to your computer and use it in GitHub Desktop.
Save DavidCulpepper/e9ef6e6fba5f4af20f6c to your computer and use it in GitHub Desktop.
dataLogger.getConnectionEventStream()
.observeOn(AndroidSchedulers.mainThread())
.subscribe((e) -> {Toast.makeText(this, "Connection Event", ToastLength.Short).show();});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment