I read from a RSSfeed and create an object of that feed. As this takes time I want to have it read the feed during the spash screen. After the splash screen loads the Main Menu appears which extends TabActivity, after clicking a tab the next activity which which extends listActivity appears.
What is the best way to get the object from the spash screen to the 3rd Activity screen which extends the listActivity?