I am writing an android app but am new to this.
I want to upload an image from storage and find the color values of certain spots in the image, not on click but automatically and store them in a list or array.
I repeat I am new to this, I know there is a onTouch event which gets coordinates of where you touch the image.
I do not know how to get coordinates of a certain spot automatically without any interaction on the image by user. I want to press a button and it goes and gets certain coordinates colors.
Please help me out instead of referring me to the Ontouch version page