I am trying to find the best way to make the image rotate along with the user's finger by dragging it left or right. I want to try and compare the speed at which the user's finger moves with the speed at which the rotation.
I have a basic setup for my application, with a menu and what I want to have, and that everything works fine on the emulator, I just donβt know how to approach this part.
I can encode all the logic that I need for my application, I just do not do the user interface design well, I have a photo in mind, I actually made a couple imitates it, I just canβt figure out how to do it in Android, and any help would be greatly appreciated.
source share