Hi Dan, Parcelable seems to be in parallel to Serialization. Dan do we really need to complicate the inter activity communcation like this.. What if we use one static class which has all the data to operation on and is accessable by every activity. I would be glad to hear your expert comments on this..
I don't see any example of Parcelable in my search on apidemo's.. could you pl. let me which class in case I am missing some thing. Regards, Nagendra On Mar 25, 12:46 am, "Dan U." <[EMAIL PROTECTED]> wrote: > Also, if you are in a situation of communicating data between separate > applications, I believe that's where you'd want to look into using a > content provider. > > On Mar 24, 11:11 am, Raja Nagendra Kumar <[EMAIL PROTECTED]> > wrote: > > > > > Hi, > > > I am looking for a solid example, which does pass on objects, array of > > objects while a new intent is beeing created either by main activity > > or by sub activity. Also, need to know how a sub activity could pass > > on same data types back to partent activity. > > > The google sample code does not have many details to this regard. > > > Regards, > > Raja Nagendra Kumar, > > C.T.Owww.tejasoft.com- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

