Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Android Lists and Adapters (2015) Using Parcelable Data Using a Creator and Reading a Parcel

Sangeeta Nahta
Sangeeta Nahta
76 Points

Writing and Reading Arrays Using Parcelable

Writing arrays Suppose I have two classes - Class A and Class B. I am currently in class A and I have a variable: ArrayList<B> testList;

Class B is also implement as parcel able just like class A (which is implemented the says ay as shown in the video)

I have tried multiple things to read and write testList but none of them work such as readList, readArray, readTypedList, etc. If something compiles then my app crashes otherwise most of them don't compile.