Skip to content

Instantly share code, notes, and snippets.

@halilozel1903
Created June 26, 2022 14:33
Show Gist options
  • Save halilozel1903/b4b46dd13d8f6d302b16731de93db9db to your computer and use it in GitHub Desktop.
Save halilozel1903/b4b46dd13d8f6d302b16731de93db9db to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
binding = ActivityMainBinding.inflate(layoutInflater)
val view = binding.root
setContentView(view)
initializePlayer()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment