Skip to content Skip to sidebar Skip to footer
Showing posts with the label Serializable

Persisting A Parcelable Object In Android

I have a class in my Android app that I've made Parcelable so that it can be passed between Act… Read more Persisting A Parcelable Object In Android

Android - Passing Hashmap Through Intent

I'm trying to pass a Hashmap of custom objects through an intent. I am trying to use parcelabl… Read more Android - Passing Hashmap Through Intent