If I background the app and resume it after a period of time I receive the following exception. If I change orientation or background and resume the app straight away (t
the Parcelable.Creator<RunningLoadersList>() must be static like this
Parcelable.Creator<RunningLoadersList>()
static
public static final Parcelable.Creator<RunningLoadersList> CREATOR = new Parcelable.Creator<RunningLoadersList>() { ... ... . }