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.