setPath just set the whole path,it will more useful if Apis like lineTo, quadTo, that can add points to the path dynamically! For example,when draw a curve followed the touches.
you would think similarly for Shape, cause while it has lineTo, etc methods It actually would not draw them until you complete the drawing, so if you want animated drawing, you actually need to reset it and draw again/
And this is normal, because drawing is an operation that you need to invoke and provides you with best control over optimizing the process
Comments
It actually would not draw them until you complete the drawing, so if you want animated drawing, you actually need to reset it and draw again/
And this is normal, because drawing is an operation that you need to invoke and provides you with best control over optimizing the process
But I'm not asking for an alternative solution,I just make a suggestion.
http://giderosmobile.com/forum/discussion/6374/path2d-circle-indicator