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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use a storyboard to animate the source property of an Image control, you can find some example code Candle Tutorial