Skip to content

Instantly share code, notes, and snippets.

@yveskalume
Created April 6, 2022 18:23
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 yveskalume/3be761ca439a964f70d21dfbf778df53 to your computer and use it in GitHub Desktop.
Save yveskalume/3be761ca439a964f70d21dfbf778df53 to your computer and use it in GitHub Desktop.
/**/
onclick = {
val post = Post(1, "My post", "this is my wonderfull post content")
val json = Uri.encode(Gson().toJson(post))
navController.navigate("screen-b/$json")
}
/**/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment