Skip to content

Instantly share code, notes, and snippets.

@thesiamak
Last active August 19, 2021 08:53
Show Gist options
  • Save thesiamak/3dd86e34560b84e738ae320cf9cf4944 to your computer and use it in GitHub Desktop.
Save thesiamak/3dd86e34560b84e738ae320cf9cf4944 to your computer and use it in GitHub Desktop.
class DisplayTimer (context: Context) : LinearLayout(context)
, LifecycleObserver { //LifecycleObserver is implemented here.
// Code removed for brevity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment