I need to pass a reference to the class that does the majority of my processing through a bundle.
The problem is it has nothing to do with intents or contexts and ha
You can also make your objects Serializable and use the Bundle's getSerializable and putSerializable methods.