public class StartActivity
extends AppCompatActivity
Activity
that is the default Activity. It is the one launched
when the app first starts, and it is the farthest back the "back" button (on the phone, not in
the app) can go before leaving the app. It redirects the user based on their onboarding and login
status.Constructor and Description |
---|
StartActivity() |
Modifier and Type | Method and Description |
---|---|
protected void |
onResume()
Whenever this screen becomes "visible", immediately redirect the user to
TimelineActivity if they have a selected network and are logged in. |
protected void onResume()
TimelineActivity
if they have a selected network and are logged in. If they are
logged-in without a selected network, redirect them to ExploreBubblesOpenGLActivity
.
If they are logged-out, redirect them to OnboardActivity
.