FloatingCountdownTimer
FloatingCountdownTimer copied to clipboard
reference https://www.jetpackcompose.app/snippets/OverlayService
service override onCreate call showOverlay
remove global state objects, create the instance in the service class onStartCommand just updates mutablestateflow
double check onStartCommand after onCreate for service
access state from LocalXxxService.current.state.xxxxx
reference https://www.youtube.com/watch?v=JflJjPxhFQo https://github.com/stevdza-san/Stopwatch-Android-App
https://gist.github.com/handstandsam/6ecff2f39da72c0b38c07aa80bbb5a2f
removeView in service onStop??? or onDestroy