Android app
I am working on an android app where the user can upload images to a stream. User can also tag images with multiple labels. The problem is, how can I determine the "same" point in an image across multiple screens? What are the possible ways to do the same?
Thank.
+3
user1504005
source
to share
1 answer
You can accomplish this by cropping the image in a predefined fixed aspect ratio and x, y map to fit the current view dimensions.
+1
DcodeChef
source
to share