[android-developers] Drag and Drop functionality in android.

2016-12-11 Thread rushi ayyappa
Hey Guys, I have been struggling since a week to complete my task regarding drag and drop function in android. All i have is a simple application which has 13 images laid side by side overlapping one on one with a margin of 25 px right for each image.(poker game). The problem is if i touch on

[android-developers] Drag and Drop View

2016-07-29 Thread Bhavin vasundhara
I have 2 dimensions list. The first is a category list and inside each category there is an item list. I want to use drag and drop for moving an item up and down in the list. The problem is that one object is textview and another is Expandable List view, so when I long press on the textview then

[android-developers] Drag and drop list items

2012-10-31 Thread vani reddy
HI friends, I am doing the drag annd drop of list view items., I checked the TouchedInterceptor.java but i dont know how to use it. Please post some code snippets. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Drag and drop list items

2012-10-31 Thread TreKing
On Wed, Oct 31, 2012 at 8:41 AM, vani reddy vani.reddy.bl...@gmail.comwrote: Please post some code snippets. Please review the documentation and use Google to find code snippets on your own. It's not that hard to find information if you put a little effort into it.

[android-developers] Drag and drop a button or any view to ant psition og sumsung tablet screen position

2012-09-21 Thread Abhra Kar
Hi , I am new in android development , I have created a button and trying to drag and drop to any position on the tablet screen , but the view drop option is never called .Whenever the i drop the button any position it go back to it's original position. *activity_main.xml*

[android-developers] drag and drop in case of view flipper

2012-05-02 Thread Narendra Singh Rathore
Hi all, what I am doing is just dragging items from grid view and dropping them to gallery view one by one. All is working fine in this case. But now, I need that initially, when my gallery is empty, *I want to show some text in place of that gallery. For that purpose, I am using viewFlipper in

[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:

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

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 vani.reddy.bl...@gmail.comwrote: Hi friends,,

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 asheesharya...@gmail.comwrote: 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

[android-developers] drag and drop using jquery in webview

2011-11-10 Thread deepti
Hello All, i am developing an android app using Phonegap. i was trying to implement drag and drop feature on webview using jquery but its not working. i tried the events: touchstart, touchend, but then the events are not detected. what should i do? i am trying it on emulator (platform 2.2)

Re: [android-developers] drag and drop in api level 3

2011-08-04 Thread santhosh kpv
stop On Tue, Aug 2, 2011 at 3:24 PM, ragupathi ragupathi ragumm...@gmail.comwrote: Hi android developers, Im developing one app. its working fine in that app home screen have multiple views i want switching that views user needs. like HTC mobile home screen icons. if any one have idea share

[android-developers] drag and drop in api level 3

2011-08-02 Thread ragupathi ragupathi
Hi android developers, Im developing one app. its working fine in that app home screen have multiple views i want switching that views user needs. like HTC mobile home screen icons. if any one have idea share with me.. -- You received this message because you are subscribed to the Google Groups

[android-developers] Drag and Drop fires off listeners on different tabpages of the same tab control (z-index filtering?)

2011-07-14 Thread Weston Weems
How are we supposed to ensure that drag targets in hidden views, or views that exist at a zindex further back than the current views dont get fired? Problem: I build a data grid with draggable grid headers (for column reordering)... and it works fantastic everywhere that I've tried until I've

[android-developers] Drag and Drop funcationality on list

2011-07-13 Thread N K Shrivastva
Hello Android Developers, i want to Drag and drop functionality on list. Here i donot want to extend listActivity. i want access Drag and drop functionality using extend activity class with list id . ListView lv1=(ListView)findviewById(---) Please help me, i am getting lot of sample

[android-developers] Drag and Drop

2011-04-21 Thread shwet
can any one please tell how to implement drag and drop functionality in android using Cocos2d? -- 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

Re: [android-developers] Drag and Drop

2011-04-21 Thread TreKing
On Thu, Apr 21, 2011 at 4:49 AM, shwet shweta.ta...@gmail.com wrote: can any one please tell how to implement drag and drop functionality in android using Cocos2d? You mean the Cocos2d that is for iPhonehttp://www.google.com/search?q=Cocos2d ?

Re: [android-developers] Drag and Drop

2011-04-21 Thread TreKing
On Thu, Apr 21, 2011 at 2:54 PM, TreKing treking...@gmail.com wrote: On Thu, Apr 21, 2011 at 4:49 AM, shwet shweta.ta...@gmail.com wrote: can any one please tell how to implement drag and drop functionality in android using Cocos2d? You mean the Cocos2d that is for

[android-developers] drag and drop view in android?

2011-03-14 Thread Hitendrasinh Gohil
hi, i have one listview. i want reordering of the list row by drag and drop. means if i drag first row and drop at 5th position the view should be updated. thankx. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] drag and drop view in android?

2011-03-14 Thread TreKing
On Mon, Mar 14, 2011 at 5:59 AM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: i want reordering of the list row by drag and drop. means if i drag first row and drop at 5th position the view should be updated. http://tinyurl.com/6eqvtp9

[android-developers] drag and drop only between views in the same layout?

2011-02-23 Thread Zhihong GUO
Hi all, A question about drag drop in Honeycomb, is it available between two app widgets or fragments on homescreen? or it is only available between views in the same activity. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Drag and Drop

2011-02-16 Thread TreKing
On Tue, Feb 15, 2011 at 2:43 PM, Sunil Lakhiyani sunillakhiy...@gmail.comwrote: Can any one help in that? I can't, but maybe Google can: http://www.google.com/search?q=android+drag+drop - TreKing

[android-developers] Drag and Drop

2011-02-15 Thread Sunil Lakhiyani
Hello Developers, I have very specific question about Drag and Drop Function. I have created 3 XML files. Header.xml : This file has Image view with company logo. Footer.xml : This file has 4 Images which act as “kind of” menu bar. It has 4 options home, function1, function2, more. Main.xml :

[android-developers] Drag and drop in a web application?

2011-02-10 Thread Keith Hughitt
Anyone know how it can be supported for web pages in Android browser? Typically it is pretty straight-forward to support using a combination of the mouseDown, mouseMove, and mouseUp events. The default behavior in the Android web browser, however, is to drag the document itself. It looks like

[android-developers] Drag and drop rearrange listview

2010-12-26 Thread Nikola
Hi, Is there any library or something similar for implementing drag and drop rearrange listview. I would like to give user a way to sort items with dragging them to position. Thanks. PS: i've looked over at commons TouchList but I am having problem with it, it crashes on running. -- God is

Re: [android-developers] Drag and drop rearrange listview

2010-12-26 Thread Mark Murphy
On Sun, Dec 26, 2010 at 7:49 PM, Nikola nikola1...@gmail.com wrote: PS: i've looked over at commons TouchList but I am having problem with it, it crashes on running. Step #1: Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace that is generated

[android-developers] drag and drop between layouts

2010-11-01 Thread Slim
I want to have a scrollview with several images and the ability to drop those images onto a layout beside the scrollview. I can drag and drop but only within the scrollview. I can't use that because the whole screen scrolls when the images scroll. I have tried implementing my own custom views

[android-developers] Drag and Drop List Simple Example

2010-10-31 Thread ericharlow
I struggled with finding and using a simple drag and drop list. I figured others would be looking for the same type of thing since android doesn't currently provide one. A simple Drag and Drop List Example can be found at

[android-developers] Drag and drop an image from a Gridview

2010-09-01 Thread am.fraga.led
Hi everybody! I have just implemented the onClick event in the items inside a GridView, but now, I need the next behaviour: When I press on an item by a long click, I want to move the item to other part of the screen. Basically, is a drag and drop of an image by a long click. Could anybody

[android-developers] Drag and Drop on WebView

2010-02-23 Thread Kumar Bibek
Hello, I have this doubt. Suppose we have an html page loaded on a WebView with canvas that is coded to do some drag and drop. But I guess, the touch events of WebView are the first to be fired and this disables any drag and drop on the canvas. How to avoid this? Is there a way? Thanks and

[android-developers] drag and drop table rows?

2009-12-29 Thread Sean Neilan
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. -- You received this message because you are

[android-developers] Drag and Drop

2009-12-18 Thread Business Talk
is there any drag and drop support in android? Couldn't find any -- 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

Re: [android-developers] Drag and Drop

2009-12-18 Thread Mark Murphy
Business Talk wrote: is there any drag and drop support in android? Couldn't find any Nothing really built in, though with touch events and such you could create something that works for your app. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android

[android-developers] drag and drop listview, background color transparency broken, TouchInterceptor modification

2009-11-25 Thread Marc
I have mostly stolen some code for drag and drop in a list view from the android music app, which is here: http://www.netmite.com/android/mydroid/cupcake/packages/apps/Music/src/com/android/music/TouchInterceptor.java Somehow with my implementation I can not get the transparency and background

[android-developers] Drag and Drop from Source View to Target View

2009-09-17 Thread Raman
Hi All, I have a problem statement, and here it is: My requirement is: There are a number of images shown on the screen. I want to allow the user to drag and drop any of the images to anyother image. Based on which image is dragged and on which is it dropped, I need to do something specific. So,

[android-developers] DRAG AND DROP

2009-01-08 Thread kaushik.siso
hi i want to know how can i enbale Drag and drop feature in android. suppose i have a image,which are to be dragged and dropped on another result and it will start a new activity. i seek your help to get a head-start atleast. regards k...@sis

[android-developers] Drag and drop in Android

2008-03-27 Thread oyvinmar
I want to drag an item and drop it elsewhere. For example a user should be able to select a picture and drag it into a folder. Is this possible in Android? If so are there any examples available? --~--~-~--~~~---~--~~ You received this message because you are