I want to have a custom loading spinner for only when they user starts the app up.
I assume I need a timer for this, but I dont want it to happen each time they go back to the home screen.
I only want this to show up when they first open the app.
I would think I need to use the onstart for this, but how would I do this?