Re: [android-developers] Drag and drop issue

2012-04-18 Thread vani reddy
no i have given all permissions On Wed, Apr 18, 2012 at 1:19 PM, asheesh arya wrote: > may be you missing some permission in your manifest file. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to

Re: [android-developers] Drag and drop issue

2012-04-18 Thread Chandra Sekhar
K fine but still i didnt develop any app that belongs to Drag and Drop but i always follow the Vogella blog so if u need follow this link http://www.vogella.com/articles/AndroidDragAndDrop/article.html On Wed, Apr 18, 2012 at 12:56 PM, vani reddy wrote: > > Hi friends,, > > I am doing drag and

Re: [android-developers] Drag and drop issue

2012-04-18 Thread asheesh arya
may be you missing some permission in your manifest file. -- 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-develop

[android-developers] Drag and drop issue

2012-04-18 Thread vani reddy
Hi friends,, I am doing drag and drop application i am able to drag the view but when i drop the view i am getting the below exception 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): java.lang.IllegalArgumentException: Given view not a child of com.xyz.drag.DragLayer@40f50340 04-18 12:53:55.545: