Is it possible to animate the transition between an Activity
in a tab to another one? I mean, when the user clicks a tab in the TabWidget
and the shown tab content changes to another Activity
. With the default configuration it just changes but I would like to have a smooth transition like a left-to-right slide or something similar.
Thank you for your help.