Skip to content

Instantly share code, notes, and snippets.

@robertlevonyan
Created June 15, 2019 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertlevonyan/d73f54427212730ac076ce7310915fbf to your computer and use it in GitHub Desktop.
Save robertlevonyan/d73f54427212730ac076ce7310915fbf to your computer and use it in GitHub Desktop.
...
//navigate to Sign Up screen to create a new user
buttonSignUp.setOnClickListener { view ->
view.findNavController().navigate(R.id.action_signInFragment_to_signUpFragment)
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment