Skip to content

Instantly share code, notes, and snippets.

@cengiztoru
Last active July 1, 2020 21:18
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 cengiztoru/fbb0510354c803eae7fa73a1bcccf10d to your computer and use it in GitHub Desktop.
Save cengiztoru/fbb0510354c803eae7fa73a1bcccf10d to your computer and use it in GitHub Desktop.
Navigation Architectural Component - Getting Passed Object
lateinit var user: User
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
user = arguments!!.getParcelable<User>("user")!!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment