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
The Parcelable interface is a good way to pass an object with an Intent.
How can I make my custom objects Parcelable? is a pretty good answer on how to use Parcelable
The official google docs also include an example