Tagged Questions
2
votes
1answer
140 views
Unparcel Error Android
I am running into an issue where instantiating an Object from a Parcel is throwing a NullPointerException. My Class Contact implements Parcelable, contains a CREATOR, and all the hookups seem to work. ...
0
votes
1answer
292 views
Getting getParcelableArrayListExtra returns in NullPointerException?
The Parcelable class is :
package mobile.bh.classes;
import java.util.List;
import mobile.bh.activities.MethodStep;
import android.content.Context;
import android.graphics.Bitmap;
import ...