Added an overloaded Application class (called GameLabApplication)
Added utility methods for the dictionary to get loaded in the Application class (not in onCreate, but in another accessor method)
Changed accessor methods in the Boggle game classes to reference the application instance and removed all loading of the dictionary when the Boggle activity launches
Added a SplashScreen activity to be the default application launch activity. The UI for this activity gets loaded directly from an XML resource and so does not interfere with the object being loaded.