I have worked with some code that was in the API 8 Android Launcher. I have 
found that it is a pretty good framework for drag-drop.
For more about the sample apps I built, see my answer on StackOverflow: 
http://stackoverflow.com/questions/9661536/dragging-and-dropping-a-button-from-one-linear-layout-to-another-linear-layout/9683018

Bill

On Tuesday, March 20, 2012 2:28:00 PM UTC-4, metro wrote:
>
> Hi
> I've seen it all... :)
> They are all talking about drag&drop functionality implemented since 
> Honeycomb 
> (Api level 11) 
> Any other example please? 
> Thanks!
>
>
> On Tuesday, March 20, 2012 6:43:02 PM UTC+2, MagouyaWare wrote:
>>
>> http://lmgtfy.com/?q=android+drag+and+drop+view+example
>>
>> Thanks,
>> Justin Anderson
>> MagouyaWare Developer
>> http://sites.google.com/site/magouyaware
>>
>>
>> On Tue, Mar 20, 2012 at 10:39 AM, metro <rotems...@gmail.com> wrote:
>>
>>> hi
>>> thanks for your answer.
>>> I've tried this, but I found my problem (still isn't solved).
>>> I have multiple imageviews over a framelayout (also tried with 
>>> relativelayout)
>>> their place over the screen is determined by Padding (dynamically) so 
>>> the last Imageview added has the biggest "z-index"
>>>
>>> The problem is, I can't choose the "smaller" z-index views because the 
>>> last one is "over" them.
>>>
>>> I believe this is not the drag&drop best practice.
>>>
>>> Do you have some kind of example to give me?
>>>
>>> Thanks !
>>>
>>> On Monday, March 19, 2012 8:32:49 PM UTC+2, MagouyaWare wrote:
>>>>
>>>> firstView.setOnTouchListener(**null)?
>>>>
>>>> Thanks,
>>>> Justin Anderson
>>>> MagouyaWare Developer
>>>> http://sites.google.com/site/**magouyaware<http://sites.google.com/site/magouyaware>
>>>>
>>>>
>>>> On Sat, Mar 17, 2012 at 2:39 PM, metro <rotems...@gmail.com> wrote:
>>>>
>>>>> Hi,
>>>>> I have a problem I can't solve.
>>>>> I've dynamically  configured multiple views with the same
>>>>> OnTouchListener
>>>>> After I finish moving one view (ACTION_UP and return false), and
>>>>> trying to touch and move other view, the OnTouch method is called with
>>>>> the same first view as parameter, and that view is "jumping" to where
>>>>> my finger is
>>>>> How can I tell android I've finished with this view when the ACTION_UP
>>>>> is called?
>>>>>
>>>>> Thanks a lot!
>>>>>
>>>>> --
>>>>> 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 <android-developers@googlegroups.com>
>>>>> To unsubscribe from this group, send email to
>>>>> android-developers+**unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en>
>>>>
>>>>
>>>>  -- 
>>> 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
>>>
>>
>>

-- 
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