Skip to content

Instantly share code, notes, and snippets.

@yektasarioglu
Created October 30, 2020 18:48
Show Gist options
  • Select an option

  • Save yektasarioglu/57989f66aed9157a41f88a5e9d7ba01c to your computer and use it in GitHub Desktop.

Select an option

Save yektasarioglu/57989f66aed9157a41f88a5e9d7ba01c to your computer and use it in GitHub Desktop.
onViewCreated(...)
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
initializeASR()
initializeUI()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment