Well you can look at the Android source code for the implementation of Music application uses a list where drag and drop is implemented. I think its called TouchInterceptor.
On Jan 28, 6:56 am, Christine <[email protected]> wrote: > On Jan 28, 12:28 pm, pink 444 <[email protected]> wrote: > > > I have to drag and drop items of ListView,which typically have an > > image and text. > > > How can i implement this. > > There's no built-in drag and drop, you have to implement it yourself. > If you want to have a graphic representation of the items while > dragging, you have to use a graphic overlay, I guess. > > > > > > > Thanks in advance. -- 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

