Skip to content

Instantly share code, notes, and snippets.

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