Monthly Archive: October 2013

Android Animations Tutorial 7: The secret of fillBefore, fillAfter and fillEnabled

When reading though the documentation for View Animations you might stumble across the three flags fillBefore, fillAfter and fillEnabled. You can set the flags in the XML resource of an animation, something like this. <scale android:duration=”300″ android:fillAfter=”true” android:fillBefore=”false” android:fillEnabled=”true” android:fromXScale=”0.0″…
Read more