I want to show a png image that must be stretched to 100% of the width of the screen and 5% of the height of the screen, and the image must move from the top of the screen to the bottom of the screen in 5 seconds.
Wich is the best strategy to achieve this?
I know that you can specify the position of a ImageView in a FrameLayout, but i'm sure that there is a better way to achieve this, but i dont know how.
The code must be compatible with API level 9. (Android 2.3)
Thanks