I'm building a responsive layout with jetpack compose, and I want to test the responsiveness by dragging a corner of the emulator to resize it. However, it preserves the aspect ratio and just scales it, which doesn't help me at all. How can I easily test my responsive layout without having to create a bunch of virtual devices at different sizes?
I found a decent solution from the experimental developer setting "Enable freeform windows" and this article: https://www.floatingapps.net/freeform
Steps: