luiisca / floating-views

Kotlin library for effortlessly creating customizable floating UI elements in Android apps.
https://central.sonatype.com/artifact/io.github.luiisca/floating.views
MIT License
8 stars 1 forks source link

feat: add `onStartCommand` to base service to handle adding multiple `FloatView`s #38

Closed luiisca closed 4 months ago

luiisca commented 5 months ago

I'm thinking something like

override fun onStartCommand() {
  super.onStartCommand(ComposeView) // handles lifecycle ownership and stuff idk yet
}
linear[bot] commented 5 months ago

GIT-407 add `onStartCommand` to base service to handle adding multiple `FloatView`s