StartActivity¶
-
public class
StartActivityextends AppCompatActivity¶ Transparent
android.app.Activitythat 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
TimelineActivityif they have a selected network and are logged in. If they are logged-in without a selected network, redirect them toExploreBubblesOpenGLActivity. If they are logged-out, redirect them toOnboardActivity.