Draw multiple images at specific coordinates using Canvas and Bitmap

108 Views Asked by At

I am new to Android Development, I was learning canvas and bitmap and I wanted to draw a 5 pictures on 5 different coordinates on the screen. These coordinates are given by user and images are generated when a button is pressed. I was going through android documentation but that is giving me a hard struggle. Any suggestions on how should I proceed? Thanks

1

There are 1 best solutions below

0
Mr. sekman On

First, start by placing two textboxes and a button on the canvas, then when the button is clicked, pull the positions in the textbox and draw the pictures you have uploaded in the oncrate to the positions the user has entered, repeat this five times.