How can i stop an animation (i think with .stop() ). Then it should be a picture of the animation appear static. The second picture should be the one shown.How do I do that?Heres the XML animation-list:\[code\] <?xml version="1.0" encoding="utf-8"?> <animation-list xmlns:android="http://schemas.android.com/apk/res/android" > <item android:drawable="@drawable/app" android:duration="1200"/> <item android:drawable="@drawable/app2" android:duration="250"/> </animation-list>\[/code\]