Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created April 26, 2018 10:09
Show Gist options
  • Save JoseAlcerreca/dd9e43321f8419d423b671a8bd8eaabb to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/dd9e43321f8419d423b671a8bd8eaabb to your computer and use it in GitHub Desktop.
myViewModel.navigateToDetails.observe(this, Observer {
if (it) startActivity(DetailsActivity...)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment