This project demonstrates how to launch multiple independent instances (windows) of the same activity in Android.
What does this mean?
Each instance appears as a separate entry in the Recents screen.
Instances can be placed side by side in split-screen or opened in free-form windows (on supported devices).
Every instance maintains its own independent state (e.g., unique instance number or data passed via Intent).