I’m trying to create a canvas drawing in android but inside the emulator it looks centered. When deploy in a cell phone or tablet, the drawing is at a corner. I read that you need to override onMeasure but not sure how that will work when you draw the bitmap / or set layout parameters.
Share
You can always have a View as Fill_Parent and draw on the view’s canvas.