When I pan around a fullscreen image in my app, it is nowhere near as smooth as panning around in the Google Maps application.

Another post said that the MapView API uses a canvas, and not openGL, but I find this hard to believe. (unless Google's imagery is low resolution)

Is there a supremely correct way to implement smooth panning? The method I am using is to apply a matrix to my image each time a new touch event comes through, but when I pan around it jitters noticeably.

link|improve this question

1  
This is hard to tell without seeing some of your code. – Pompe de velo Jun 8 '11 at 18:53
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.