Compose Floating Window¶
Compose Floating Window is a global floating window framework based on Jetpack Compose.
Download¶
dependencyResolutionManagement {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation("com.github.ArthurKun21:compose-floating-window:<TAG>")
}
Permissions¶
Add to AndroidManifest.xml
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
Acknowledgements¶
The initial implementation of this library is based on https://github.com/only52607/compose-floating-window