What is the best way to create a frame by frame animation composed of png files on windows phone 7 application (silverlight)
This can be easily done in Android using AnimationDrawable and in iOS using UIView animationImages.
What is the best way to create a frame by frame animation composed of png files on windows phone 7 application (silverlight)
This can be easily done in Android using AnimationDrawable and in iOS using UIView animationImages.
You can use a storyboard to animate the source property of an Image control, you can find some example code Candle Tutorial
This article discusses 4 ways how to do animations:
There is no "best way", i.e. the answer depends on your goal. Basically