<Android Compose How to scale and rotate an image ...
# stackoverflow
u
Android Compose How to scale and rotate an image via other button

screenshot

I'm trying to make a photo editor that can be scale, rotate and drag to any place. But I want to control the scale and rotate behavior via the corner rotate icon not by the image itself. I know it must to be using pointerInput from the modifier, but not sure how to implement it. Can anybody help with that and give some example?