I want to override the default animation (actually transitions) in Android when an action appears on the screen or turns off when the user clicks the Home or Back button. I tried ViewFlipper, but it only works on one Activity with multiple views. I am developing for Android 1.6. Any hint how to do this?
source
share