Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created September 16, 2024 02:40
Show Gist options
  • Save skydoves/c6748cf8386e0b7901fd6020462740db to your computer and use it in GitHub Desktop.
Save skydoves/c6748cf8386e0b7901fd6020462740db to your computer and use it in GitHub Desktop.
my_service
class MyService: LifecycleService() {
override fun onCreate() {
super.onCreate()
lifecycleScope.launch {
// ..
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment