Skip to content

Instantly share code, notes, and snippets.

@ParkSangSun1
Created August 25, 2021 13: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 ParkSangSun1/72192b3a98fff9d224af345837d31e98 to your computer and use it in GitHub Desktop.
Save ParkSangSun1/72192b3a98fff9d224af345837d31e98 to your computer and use it in GitHub Desktop.
bundleOf - Activity에서 값 넣는 코드
private val loginDialog = LoginDialog()
val bundle = bundleOf("key" to value)
loginDialog.arguments = bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment