Skip to content

Instantly share code, notes, and snippets.

@TheBotBox
Created June 5, 2020 11:14
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 TheBotBox/7e23380e28cc3d2cd9af6852a1515aec to your computer and use it in GitHub Desktop.
Save TheBotBox/7e23380e28cc3d2cd9af6852a1515aec to your computer and use it in GitHub Desktop.
inline fun <reified T : AppCompatActivity> Activity.startActivityEtx() =
Intent(this, T::class.java)
.apply {
startActivity(this)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment