Child Activity gets created from scratch after switching tabs in a TabActivity

Posted by THRESHE on Stack Overflow See other posts from Stack Overflow or by THRESHE
Published on 2010-05-08T18:50:03Z Indexed on 2010/05/08 18:58 UTC
Read the original article Hit count: 133

Filed under:
|

Hello everyone!

I have an annoying problem with TabActivity. I have several activities in it and when I switch between them each of them gets recreated and loses all it's info Sad

I've tried using android:launchMode="singleTop" but no luck :(

Any clues?

© Stack Overflow or respective owner

Related posts about android-sdk

Related posts about android