I have an activity that displays a loading screen while a worker thread is loading my game. While loading the worker thread updates a textview on the activity to display its current status. When finished it will close the loading activity and start the actual game activity. The worker thread is created in the onCreate() method and is given a newly created handler.I have an activity that displays a loading scre