StartActivity

public class StartActivity extends AppCompatActivity

Transparent android.app.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.

Methods

onResume

protected void onResume()

Whenever this screen becomes “visible”, immediately redirect the user to 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.