I have a bitmap on a file that I want to be able to draw it and an arrow onto a canvas to point to objects in the picture. I can't seem to figure out how to get a mutable image loaded from a saved file so I can draw a rect onto the canvas. Any ideas? I wanted to try and stay away from libraries simple because I am planning on porting this to B4i after.