0

I'm am currently developing an app but came across a problem. I want to have a Button or Image that I can move around. In the background, I have 3 "zones" where the Button/Image could be placed.

I don't know what to look for. I have searched the Internet for things like

(Android Studio button positioning)

I have searched for many things but cannot find a proper solution. Please be so kind and share links with me on how to solve my problem.

Thank you in advance.

** SOLVED **

What i needed was Drag an Drop buttons

1 Answers1

0

Looks like you'll need to implement a custom GLSurfaceView where you have a canvas to draw your different regions, and can also track movements. have a look here:
Displaying graphics with OpenGL ES
Respond to touch events

omz1990
  • 557
  • 4
  • 10