so I am getting this in logcat:
java.lang.RuntimeException: Parcelable encountered IOException writing serializable object (name = com.resources.student_list
the Grade class must also implement Serializable
public class Grade implements Serializable { .....your content.... }