tberghuis / FloatingCountdownTimer

MIT License
83 stars 7 forks source link

reference https://www.jetpackcompose.app/snippets/OverlayService #7

Open tberghuis opened 2 years ago

tberghuis commented 2 years ago

service override onCreate call showOverlay

tberghuis commented 2 years ago

remove global state objects, create the instance in the service class onStartCommand just updates mutablestateflow

double check onStartCommand after onCreate for service

tberghuis commented 2 years ago

access state from LocalXxxService.current.state.xxxxx

tberghuis commented 2 years ago

reference https://www.youtube.com/watch?v=JflJjPxhFQo https://github.com/stevdza-san/Stopwatch-Android-App

tberghuis commented 2 years ago

https://gist.github.com/handstandsam/6ecff2f39da72c0b38c07aa80bbb5a2f

tberghuis commented 2 years ago

removeView in service onStop??? or onDestroy