How to provide animation when calling another activity in Android?
Posted
by sunil
on Stack Overflow
See other posts from Stack Overflow
or by sunil
Published on 2010-04-16T07:37:47Z
Indexed on
2010/04/20
7:23 UTC
Read the original article
Hit count: 233
Hi,
I have two Activities A and B. I want to have the shrink Animation when Activity A calls B and maximize animation when Activity B calls A. I don't need the animation xml files for this.
When we call another Activity in Android it gives its default animation and then it calls shrink animation.
What I want is that the default animation should not occur and the animation that I want should occur.
Can we actually give the animation when calling another Activity?
Hope to get a quick response.
Regards
Sunil
© Stack Overflow or respective owner