Thanks for the links. I saw the example of passing the object with String and Int types. Can I also similarly pass a HttpResponse object to an intent?
On Friday, January 18, 2013 5:09:16 PM UTC+2, skink wrote: > > > > a wrote: > > Hi, > > > > is it possible to pass an object as intent extra in Android? I tried > with > > my class implementing Parcelable and getting a ClassCastException. Can > > anyone help with an example link? > > > > Thanks > > here you have an example link showing MyParcelable implementation; > > http://developer.android.com/reference/android/os/Parcelable.html > > pskink > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

