How is the Viewflipper handling the back button in Android?

Posted by Janusz on Stack Overflow See other posts from Stack Overflow or by Janusz
Published on 2010-03-16T13:54:08Z Indexed on 2010/03/16 13:56 UTC
Read the original article Hit count: 205

Filed under:
|

I'm thinking about using a ViewFlipper for an Wizard like Activity. But I see one problem with this approach. The back button. Will the back button go back to the last shown activity or will the the Viewflipper somehow catch the back button event and only change to the last shown activity?

I suspect the ViewFlipper to be treated as one Activity on the BackStack so is seems that is the wrong aproach for a wizard. Is this correct?

© Stack Overflow or respective owner

Related posts about android

Related posts about viewflipper