I tweened 3 buttons(ImageViews) onto the screen with a Start button.
The first of 3 when clicked should reverse the animation and then show a web page via StartActivity.
However, the web page shows and only after pressing the Back button on the device does the animation end.
How can the tween be ended before starting Activity2?
The first of 3 when clicked should reverse the animation and then show a web page via StartActivity.
However, the web page shows and only after pressing the Back button on the device does the animation end.
How can the tween be ended before starting Activity2?