Right now, I'm getting a picture from a URL and storing it as a bitmap. What I want to do, is take the picture and resize it then place it on top of a 'template' picture (something like below, to be a resource file in the drawable folder) and place it on a GoogleMap as a marker.
I read you can create a canvas out of a picture, I'm just not sure how I can place another picture on top of another.