Sunday, March 13, 2011

[android-developers] how to write a view object into a parcelable class

Hi all,

Basically i am trying to pass a view instance from one process to
another process.

I need to write a view instance into a parcelable class.

I am not sure how to write a view data into parcel object.

Parcel instance takes

writeByte(byte), readByte(), writeDouble(double), readDouble(),
writeFloat(float), readFloat(), writeInt(int), readInt(),
writeLong(long), readLong(), writeString(String), readString().

So can anybody help me here, how to convert view instance and write
into a parcel.


THanks,
mani

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment