I've been busy trying to develop a game and I've at one of the parts that I find difficult. I may be entirely on the wrong foot swell of how to do this.
What I have is a couple of imageviews on my board. They are the holders of objects I drag into them (tiles). (again I don't know if this is the best or the right way to do it.)
For example I've made a image to display what I mean:
In this image I have a image (A) that I want to drag onto 1 of the top tiles my code will have to auto detect above what imageview the (A) is most located and place it into that view.
I got really stuck here and I'd like some information on how to this or another way of doing something like this.
The A is already dragable.