Translate Animation Code
I am a noob coming from a PHP background so kindly excuse me if this is too basic a question. Basically, this is what I want to do: make an image animate/drop from the top of the s
Solution 1:
Sample code is available via the SDK and AVD manager. You should download API Demos. It shows you how to do this two ways. Number 1 via XML and 2 via code. The class is called LayoutAnimation2.java. You can also view it right online via the Android Developer Website, look here.
Post a Comment for "Translate Animation Code"