Tagged Questions
0
votes
1answer
313 views
Unable to get list elements when using parcelable objects
I have an application that has a service and an activity. My base class and list class are implementing parcelable. And the list class uses writeTypedList()/readTypedList() to parcel a custom list. ...