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

Trying To Retrieve Data From Parcel

I have an Order Object that contains an ArrayList of MenuItem Objects. Both classes implement the P… Read more Trying To Retrieve Data From Parcel

How To Implement Parcelable Object For My Class?

I have class which is used to create Client that connects to a Server. It has the following members… Read more How To Implement Parcelable Object For My Class?

Android Parcelable - Read/write Data To Parcel Using Generic Data Type

How can i implement to write my Set > to my Parcel using generic data type ? Here is my code.. … Read more Android Parcelable - Read/write Data To Parcel Using Generic Data Type

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

Send A Cursor To An Activity From A Service

I'm trying to send database cursor from a service(An IntentService) to my Activity(Which implem… Read more Send A Cursor To An Activity From A Service

Saving Parcelable Data

I have a class which implements Parcelable, and could not implement Serializable because it contain… Read more Saving Parcelable Data