Hi,

I want to build a draggable interface. To be explicit, i want to be
able to drag an image from one location to another. For this, I have
implemented a small class that contains the image and its current co-
ordinates. To move around, I extend a View and intercept the 'Touch'
events. Hence, i am able to drag an element around.
Now, the problem is that when i drop the dragged image, i want to be
able to verify that the dropped location is legal(according to a
certain set of guidelines) or not. How may i accomplish this?

Cheers,
Earlence

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to