I am trying to learn android and have written some simple graph plotting functions, I managed to get pinch zoom working but unfortunatly when it zooms the whole canvas zooms including the axis. What I would actually like is to still display the axis when it zooms, is there an easy way to acheive this in android using sme layering technique?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Canvas has save() and restore() function for preserving and restoring the canvas matrix.
|
|||
|
|