Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created November 13, 2016 10:09
Show Gist options
  • Save mplacona/dc04a6e91d4e0b0ff4a755ab1356e2e5 to your computer and use it in GitHub Desktop.
Save mplacona/dc04a6e91d4e0b0ff4a755ab1356e2e5 to your computer and use it in GitHub Desktop.
Subscription buttonSub = RxView.clicks(mLoginButton).subscribe(aVoid -> {
//handle on click here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment