Tagged Questions
0
votes
1answer
133 views
Android is Parcelable data available after garbage collection?
Is parcelable data persistent? I have some variables that I destroy in android lifecycle functions such as onDestroy() , but what about things written to parcelable?
Ultimately I would want to pass ...