Android Question Canvas not smooth on later sdk

tpakis

Active Member
Licensed User
Longtime User
Try this: click on Ctrl + P (clean project) and run it. Make sure that there are no breakpoints in the touch related code.
Does it run smoother?
No still the same weird behavior perfect on 4, chunky on 19. Testing on real lollipop device, release mode, latest b4a. The code i use is the same as the tutorial, removed the random color i put one specific, removed the text draw, i draw only the line with one finger.
 
Last edited:
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

tpakis

Active Member
Licensed User
Longtime User
Yes now it works, after disabling the hw acceleration. It's very strange it should be faster with hw not slower
 
Upvote 0
Top