Re: [android-developers] OnTouchListener with multiple views problem

2012-03-20 Thread metro
)? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Mar 17, 2012 at 2:39 PM, metro rotems...@gmail.com wrote: Hi, I have a problem I can't solve. I've dynamically configured multiple views with the same OnTouchListener After I finish moving one

Re: [android-developers] OnTouchListener with multiple views problem

2012-03-20 Thread metro
Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Mar 20, 2012 at 10:39 AM, metro rotems...@gmail.com wrote: hi thanks for your answer. I've tried this, but I found my problem (still isn't solved). I have multiple imageviews over a framelayout (also tried

[android-developers] Re: OnTouchListener with multiple views problem

2012-03-20 Thread metro
great example. thank you! On Saturday, March 17, 2012 10:39:25 PM UTC+2, metro wrote: Hi, I have a problem I can't solve. I've dynamically configured multiple views with the same OnTouchListener After I finish moving one view (ACTION_UP and return false), and trying to touch

[android-developers] Gingerbread drag and drop

2012-03-19 Thread metro
Hello, I need to create Drag and Drop application in GingerBread platfrom. I need to implement this drag and drop to many views on the screen. Any good example or library? Thanks, Rotem -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] OnTouchListener with multiple views problem

2012-03-18 Thread metro
Hi, I have a problem I can't solve. I've dynamically configured multiple views with the same OnTouchListener After I finish moving one view (ACTION_UP and return false), and trying to touch and move other view, the OnTouch method is called with the same first view as parameter, and that view is