Android Question How to draw a path on an canvas with animation?

mshafiee110

Active Member
Licensed User
Longtime User
I'm making an Android app andI need to draw a path on a canvas but the drawing should be animated.pls help me.
tnx
 

mshafiee110

Active Member
Licensed User
Longtime User
You can make it with two panel(background panel + up/animi panel) and Animation lib / AnimationPlus lib / AnimationMultiple lib
tnx ,
But I want ,the drawing to be animated..
 
Upvote 0

Informatix

Expert
Licensed User
Longtime User
See this link, like this....
https://www.b4x.com/android/forum/threads/coloringloadingview.57509/

in this sample , path drawing is used.
The best solution for you is probably my Accelerated Surface library or my libGDX library as they have both drawing and animation features. Accelerated Surface is simpler to use and more lightweight. Its functions are similar to the Canvas functions (but a lot faster). I used it in one of my apps for a drawing activity for kids.
 
Upvote 0
Top