How to launch another app as a floating window


I want my Kotlin Jetpack Compose app to launch another app or activity as a floating window.

The user needs to do something in the other app but the main app should stay in full screen mode and must not be left.

For example opening a browser page in a floating window without leaving an app, I see this implemented by some apps but I don't know how

How to achieve it in Kotlin?

1
Aug 29 at 6:10 PM
User AvatarYamen Ebajy
#android#kotlin#android-activity#android-jetpack-compose

No answer found for this question yet.