Hi, I was wandering whether there is a way to perform animations between activities like you see when you press the search in google maps (it slides down from the top). From my research I have gathered it us only possible been views. Am I missing something?
+3
A:
The formal way is overridePendingTransition
but is available to API level >= 5 a.k.a android 2.0
you can .. check this out using viewflipper to switch , but is't not seperate activities
weakwire
2010-10-06 22:23:51
Also note that the user has the ability to toggle off these inter-activity animations (default or any of your overrides), AFAIK.
CommonsWare
2010-10-06 22:34:34
Thanks I am using 1.6 but guess I could use reflection for this.
Jason
2010-10-07 06:31:11
Or maybe it isn't available for me to override because I am on 1.6?
Jason
2010-10-07 06:33:41