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 Retrieving Parcelable Data

Kevin Faust
Kevin Faust
15,353 Points

What does the Creator do? Mental image on how parcelling works?

Hey everyone,

I can't seem to wrap my head around how this parceable thing is working. I know that in our main file, we pass in our Days[] as an intent extra. And then we receive it through getParceableArrayExtra.

Does parcelling happen automatically?

I know we have some overriden methods in our Day class so when we try to pass in a object as an intent extra, will it automatically try to parcel the object data?

So once it goes through the parcelling stage, an array of all our specified object properties is now converted to a parceable array?

What is the "creator"

This just looks so random but I guess it's needed for parcelling. Can anyone give a explanation on what function it does?

Thank you