If the activities are in the same task (same process) you could also just use a global static reference
-niko On Dec 8, 5:47 am, Kumar Bibek <[email protected]> wrote: > Nopes....It can't be done with the simplicity you are asking for. > > The Remote Interface way, or the Parcelable way. > > Thanks and Regards, > Kumar Bibek > > http://tech-droid.blogspot.com > > On Dec 8, 4:13 pm, Le Tuan Anh <[email protected]> wrote: > > > Normally, I used to apply method Intent.putExtrae(String, > > Serializable) to put an Object transfer between some Activity in > > Android. > > > But now, my object can not implement Serialization, so do you know any > > other way to put Object in an Intent to get the same effect. > > > Thanks a lot -- 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

