Android Animations Tutorial 6: Animation Sets and Start Offset
Until now we have avoided talking about startOffset, a property that allows you to delay the start of an animation by a specified number of milliseconds. You can do this in the XML resource file of your animation. <scale android:duration=”300″…
Read more