I want an Background image and another image that is moving down over the background image and when it reaches at bottom then it stops there? How can I do this.
“It can be same as street image over which leaves are falling”
I want an Background image and another image that is moving down over the
Share
At the bottom create a layout and in that layout add an imageview(keep your image as a background image for this image view) and apply translate animation on the layout. In the XML make the layout invisible and in your code make it visible
You should have this code in ur XML. set this layout at the bottom and change the height , width and visibility according to ur need. Remember ur activity shd implement animationListner
The java code is like this
animation_test5.xml .