Skip to content

Instantly share code, notes, and snippets.

@furkanaskin
Last active April 20, 2020 01:56
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 furkanaskin/aa9d697dc92c73a4491521a74a61872e to your computer and use it in GitHub Desktop.
Save furkanaskin/aa9d697dc92c73a4491521a74a61872e to your computer and use it in GitHub Desktop.
binding.buttonDynamicTitleNavigate.setOnClickListener {
navigateWithAction(
SearchFragmentDirections.actionSearchFragmentToDynamicTitleFragment(
binding.editTextTitle.text.toString()
)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment