Tagged Questions
2
votes
1answer
202 views
Implementing Parcelable interface in a class that is composed of other objects
I have the following code to create a basic profile within my app, it contains an object of another class which holds all of the user's performance data within arrays and various other primitive data ...