Hi Mark,

Thanks for your reply. I saw the behaviour you are talking about. If I
am not wrong, you are talking about the ability to drag the
application icons on the home screen to different locations. I am also
able to achieve that, but, unfortunately, that is not what I want. The
feature that you are talking about only involves changing the position
of a View, while my requirement is to find out the View over which the
movable View is dropped. Please note that on the basis of which target
view, it is dropped at, I need to do a particular task.
So effectively, this problem is reduced to finding the View from the
coordinates to which it is dropped or may be some better solution.
Do You have any idea for how to go for this...

Thanks.
- Raman


On Sep 17, 4:43 pm, Mark Murphy <mmur...@commonsware.com> wrote:
>
> The home screen does something similar with widgets, and other home
> implement the same sort of thing. Look at the Android source code, find
> the home screen, and see how it pulls off drag-and-drop for its case --
> you may be able to adapt the technique for your scenario.
>

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

Reply via email to