Skip to content

Instantly share code, notes, and snippets.

@cengiztoru
Created July 1, 2020 21:02
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/5abc5fcbd8ccc7ef493b4ead9a2f19ae to your computer and use it in GitHub Desktop.
Save cengiztoru/5abc5fcbd8ccc7ef493b4ead9a2f19ae to your computer and use it in GitHub Desktop.
Navigation Architecture Components Pass Object Model
@Parcelize
data class User(val email: String, val name: String, val surname: String) : Parcelable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment