Launch an activity only the first time the application starts

Posted by benjamin schultz on Stack Overflow See other posts from Stack Overflow or by benjamin schultz
Published on 2010-06-02T19:20:51Z Indexed on 2010/06/02 19:24 UTC
Read the original article Hit count: 186

Filed under:

I need a way to detect if this is the first time the user is ever opening the application, if so, start an activity. Then all previous application launches wouldn't start that activity. I've read in a few places about using preferences to accomplish this. Anyone got any ideas?

© Stack Overflow or respective owner

Related posts about android