I'm using a TouchListView
by CommonWare and so far it's working fine, But it fails in the following case:
activity A
has a TouchListView and button to add an item , now when i click over a button,activity B
opens up and once the user choose the item i am callingfinish
to endactivity B
- and it comes back to
activity A
.
Now here drag n drop in TouchListView
doesn't work I mean items are getting dragged but not able to be placed where a user wants, I tried a lot but could not find a way to fix it.