views:

83

answers:

1

I've been working on frame animation for a week now, and every code I've used has a tremendous amount of errors and plainly just doesn't work. Can you please give me a code that has worked for you? Please include the exact java code you used, the main.xml code, the mainanim.xml, the android:id's, even the images in the res/drawable-hdpi, -mdpi, and -idpi folders, and what each picture's id is. Thanks!

A: 

are you getting out of memory errors? Try calling setCallback(null) on your animation images when you are finished with them. Also take a look at the code for Replica Island plenty of animations there :)

schwiz