Hi guys.
I am using ViewFlipper for my application. I trying to make it : when user pressed on escape (back) button, it would be back to parent Layout.
In other words, just like this :
Activity
|
Layout1 -> Layout2 -> Layout3
if user pressed on escape, go back to parent:
Layout1 <- Layout2 <- Layout3
How to make it ?
Please advice.
Thanks.