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: 213
android
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