I am trying to update a Buttons location on the touch and drag event, but the coordinates generated by the event are toggling between low and high values. Like this, (70, 24) - (15, 36) - (86, 51) - (20, 48) - (90, 54) - (32, 60) - (102, 66) ... [The above values are generated by logging the event.getX() and event.getY() values]
You can see how the X coordinate toggles between low and high values. Can anyone tell me why? How do I fix this? You can find the question and code in more detail here : http://stackoverflow.com/q/6464613/802799 Regards, Aki -- 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

