Hello Everyone,
Currently I am trying to prevent an image from rotating along with the phone. I am programming using Xamarin.Android the whole goal is if the screen or picture is touched, i want the image to stay in its current position even though the phone keeps on moving. Moving as in rotating. The image stays in the last place it was touched. say you had the phone facing upward, if you touched the picture or screen the image freezes in that spot. You may rotate the phone, but the image is still facing up even though the phone is not facing up anymore.
I can retrieve the sensor data, but according to some forumz I have read i need the pixel data from the images.
I need the pixel values of the image but i dont know how to retrieve those? any help please, I have been struggling with this for 3 weeks already.