Skip to content

Instantly share code, notes, and snippets.

@adfleshner
Last active April 9, 2022 04:13
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 adfleshner/fa2c285561f91135b78e55df63b6191d to your computer and use it in GitHub Desktop.
Save adfleshner/fa2c285561f91135b78e55df63b6191d to your computer and use it in GitHub Desktop.
Making a Bunde the hard way
val name = "Leo Dog"
val age = 6
val b = Bundle().apply{
putString("name",name)
putInt("age",age)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment