I'm trying to figure out how to just highlight certain parts of an image for android. I'll do more once I can highlight the certain part of the image, but I can't seem to figure this out.
For example, I have an image of the human body. I just want to be able to select a part of it, such as the brain, arm, stomach, heart, etc. I'm using a image found online from a png file, let me know if it's better to create an image using java.drawable or if I can just work with the downloaded image.
What is the best way to go about this in Java? The only way I can think of is replacing the image with another selected one, but I don't want to have to handle 20 different images.