Jason
Jason

Reputation: 4034

Is there a way to perform animations between activities?

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?

Upvotes: 0

Views: 185

Answers (1)

weakwire
weakwire

Reputation: 9300

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

Upvotes: 3

Related Questions