Android Question finding a multitouch example or canvas with bitmaps or a complete app

ocalle

Active Member
Licensed User
Longtime User
Hello, I need to draw in a rectangles area (canvas ok) but additionally I need to have a list of elements (Bitmap) that can be glued freely, in turn once I paste it have a counter on the screen of the same, I have seen several libraries , but each one makes a part of this. To my humble enteder I think it is very simple, what is difficult for me is to join libraries and variables, If someone has a similar application, please contact me for it.
in the example the fruits can be placed in any place, not necessarily inside the rectangles

From already thank you very much

Osvaldo
 

Attachments

  • toandy.png
    toandy.png
    30.5 KB · Views: 178
  • toandy1.png
    toandy1.png
    30.3 KB · Views: 170

derez

Expert
Licensed User
Longtime User
You don't need any library for it. See the attached draft.
Select the picture on the bottom imageview, click the panel and it draws the picture there and increases the count if it is inside the rectangle.
 

Attachments

  • toandy.zip
    56.1 KB · Views: 173
Last edited:
Upvote 0

ocalle

Active Member
Licensed User
Longtime User
very grateful I wanted to cry about the simplicity of the explanation! Thanks!
 
Upvote 0
Top