Android Question slow and fast _touch events

peacemaker

Expert
Licensed User
Longtime User
Hi, All

If to use _Touch event of a panel for moving an object over it - it works OK, if to move the finger slowly: the object has time to follow along the finger.
But if to move finger fastly - the object is stopped, cannot follow.

How to solve this ? What should be adjusted theoretically ?
 
Last edited:

stevel05

Expert
Licensed User
Longtime User
Are you running the app in Debug or release mode?
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Both, the same situation. Finger fastly moved out from the label and event is not fired. How to ensure fast moving ?
 
Upvote 0

stevel05

Expert
Licensed User
Longtime User
I don't see that problem on my 2014 Nexus 7.

Can you post the code you are using?
What device is it running on?
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
No big help, but, seems, a bit better moving.
See the sample, depends on ABExtDrawing lib.

UPD: in release mode is much better, but not good enough.
Any solution ?
 

Attachments

  • dualseekbar_source.zip
    10.2 KB · Views: 146
Upvote 0
Top