Arny
Arny

Reputation: 462

Android switch animation between singleInstance activities

Is it possible to have animation when switching between activities which were already started as "singleInstance" before?

Cause when using the transitions, it is animating only on fresh start and finish.

EDIT: Ok, seems like it's not possible. Wasted my time on this. There's another question concerting this and he gave up as well: Android’s overridePendingTransition and singleInstance

Upvotes: 0

Views: 863

Answers (1)

Mayank Bhatnagar
Mayank Bhatnagar

Reputation: 2191

You should try overridePendingTransition()

Hope this helps you.

Upvotes: 1

Related Questions