I have a View in Android which is basically a large image, with many small images in it that can be dragged. I want to add an option to create text boxes inside this view also, i.e. for the user to be able to create a text bix, write in it, move it around, etc. Does anyone know of a way to do this? Thanks!!!
Share
Try to put a text box on small images as disable to set, and for example setOnLongClickListener and enable it so you can provide user to write textbox… Then setOnTouchListener on every small images to move around on the big one.
Something like this…