I have a class that contains data i want to pass it between intents, this class have arraylist that contains another class objects. this is my class
public
You may take a look at Intent.putExtra(String name, Parcelable object) and implement the parcelable interface in your class.