Tagged Questions
2
votes
1answer
154 views
Android Parcelable Takes Up More Memory
The question is simple, if I make an object parcelable, and put it into a bundle and create a fragment using the bundle. Does the object get cloned or is it referenced.
The context.
Ive got an ...