FloatingCountdownTimer icon indicating copy to clipboard operation
FloatingCountdownTimer copied to clipboard

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

Open tberghuis opened this issue 2 years ago • 6 comments

tberghuis avatar Oct 13 '22 02:10 tberghuis

service override onCreate call showOverlay

tberghuis avatar Oct 13 '22 02:10 tberghuis

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

double check onStartCommand after onCreate for service

tberghuis avatar Oct 13 '22 02:10 tberghuis

access state from LocalXxxService.current.state.xxxxx

tberghuis avatar Oct 13 '22 02:10 tberghuis

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

tberghuis avatar Oct 13 '22 02:10 tberghuis

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

tberghuis avatar Oct 13 '22 02:10 tberghuis

removeView in service onStop??? or onDestroy

tberghuis avatar Oct 13 '22 02:10 tberghuis