I want to draw an image with the following shape on a canvas:
The black must be replaced by my image. I currently draw the image as a whole. I just don't know how I can get that sort of shape in it?
canvas.drawBitmap(header,0,0,mPaint);
Can someone help me?