Guest User

Untitled

a guest
Aug 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. can I use activiy one time(register activity) and switch the main launcher to different activity?
  2. // in the beginning of onCreate
  3. // first launch could be loaded from shared preferences
  4. // see 2. for more
  5. if (!firstLaunch) {
  6. // start another activity
  7. finish();
  8. return;
  9. }
Add Comment
Please, Sign In to add comment