Skip to content

Instantly share code, notes, and snippets.

@AnusreeSajeevan
Created October 6, 2021 09:34
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 AnusreeSajeevan/d1d9fd71d21af7d69982a9fb3d387b35 to your computer and use it in GitHub Desktop.
Save AnusreeSajeevan/d1d9fd71d21af7d69982a9fb3d387b35 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