Hi, I've created a view on my screen that shows different options. Once I choose an option it animates to a different view. what I want to do now is when an android user click the "back" button to animate back to the options screen (I've seen it on other applications) - how can I achieve that?
Thanks
1 Answer
On any Android window object you can listen for the android:back back event to know when the back button on the device has been clicked. Within this event, you can handle the transitioning of windows just as you would normally.
Your Answer
Think you can help? Login to answer this question!