Does switching activities in Android start a fresh JVM

Posted by Benju on Stack Overflow See other posts from Stack Overflow or by Benju
Published on 2010-03-18T16:08:30Z Indexed on 2010/03/18 16:11 UTC
Read the original article Hit count: 182

Filed under:
|

Does switching activities in Android start a fresh JVM? It seems like each activity is meant to run as its own "main" method. If I have a singleton (via Guice, not an actual singleton in this case) should I expect to be re-creating it every time I switch activities?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk