Skip to content

Instantly share code, notes, and snippets.

@yektasarioglu
Created October 30, 2020 15:41
Show Gist options
  • Save yektasarioglu/5994104b19450943f080ee336bee6e26 to your computer and use it in GitHub Desktop.
Save yektasarioglu/5994104b19450943f080ee336bee6e26 to your computer and use it in GitHub Desktop.
onViewCreated(...)
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
configureEnginePreferences()
initializeEngine()
initializeCallback()
initializeUI()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment