I set the animation in the layout like this:
<ViewSwitcher
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:inAnimation="@android:anim/slide_in_left"
android:outAnimation="@android:anim/slide_out_right" >
How can I do the same programmatically?
Please read the documentation for the
ViewSwitcherclass, it has two methods for setting the in/out animation: