I want to get the color of the spot or pixel where I will touch a image in Android. I searched a lot on net, but got nothing. Please anyone help me.
You can compute the image coordinates of the pixel that was clicked and read the pixel from the image data, like
Bitmap.getPixel(xcord,ycord)