atom feed3 messages in com.googlegroups.android-developers[android-developers] Re: drag and dro...
FromSent OnAttachments
Sean NeilanDec 29, 2009 8:59 pm 
Chris McClanahanDec 30, 2009 7:12 am 
sergejJan 2, 2010 2:28 pm 
Subject:[android-developers] Re: drag and drop table rows?
From:sergej (bewo@googlemail.com)
Date:Jan 2, 2010 2:28:45 pm
List:com.googlegroups.android-developers

Yes, it's possible, but you have to handle it by yourself. Just have a look into TouchInterceptor.java class located within Music package of Android sources. I have written my implementation after I learned how android guys did it.

On Dec 30 2009, 5:59 am, Sean Neilan <snei@gmail.com> wrote:

Is it possible to drag and drop table rows in android? Say the user holds down on a table row, the row would would become transparent and be draggable around the screen & then depending where the user dropped it, the table row would be inserted there.