I have a Bitmap object loaded with an image file from the cache folder. I don't have any imageview yet, just the Bitmap object. I want to draw a shape (like line or rectange) on this bitmap. I tried the Canvas object but it seem to draw only on Views and on mutable bitmaps, but not on bitmaps loaded from the directory.
How can I draw on this bitmap directly?
How can I draw on this bitmap directly?