Skip to content

Instantly share code, notes, and snippets.

@SanjayDevTech
Created June 19, 2021 03:50
Show Gist options
  • Save SanjayDevTech/f2cc082dc97c4b6e93e39677cf30f991 to your computer and use it in GitHub Desktop.
Save SanjayDevTech/f2cc082dc97c4b6e93e39677cf30f991 to your computer and use it in GitHub Desktop.
Intent demo code
val intent = Intent(this, TargetActivity::class.java)
startActivity(intent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment