Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Created July 2, 2021 19:04
Show Gist options
  • Save igorescodro/cc15ff22c5fe59f384a8963904fe2872 to your computer and use it in GitHub Desktop.
Save igorescodro/cc15ff22c5fe59f384a8963904fe2872 to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
installSplashScreen()
setContentView(R.layout.activity_main)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment