I have a Weather app with four Activities. The main/launcher activity is \'invisible\' using...
android:theme=\"@android:style/Theme.Translucent.NoTitleBar\"`
Well, your question has been answered, but it seems like it would be much simpler to instantiate your WeatherHelper object in the onCreate() of the Activity that has the launcher intent, and make the WeatherHelper static.
WeatherHelper
onCreate()
Activity