[android-developers] Problem with AnimationDrawable

2010-11-23 Thread Serdel
Hello, I have problems with AnimationDrawable which i use to animate a 'striped' gif file. In fact I have two animations that I want to use in one activity (and they must be used in the same activity). Both animation are build with 7 frames : ?xml version=1.0 encoding=utf-8? animation-list

Re: [android-developers] Problem with AnimationDrawable

2010-11-23 Thread Kumar Bibek
There's a problem with the current release (I guess), where these kind of animations do not start if you call them directly from any of the activity's lifecycle method. If you do the same thing, from within a thread, or on the click of a button, this seems to work. Kumar Bibek