I have five images and I need to do the horizontal animation from left to right with fade effect how can i do this in android please help me to solve this.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
asume ur ImageView named 'myView'. here is a snippet:
u can see a view go from left-top conner move horizonal to right with fade out at same time but the view position will restore to origin after animation. to make view really moved. u need listen animation and set view x, y manually. |
|||
|
|