I didn't realize your method. I will try that. Thanks.
On Oct 15, 10:03 pm, niko20 <[email protected]> wrote: > Hi, > > Why not pull the object out into global scope instead? Just make a new > java file, put a class in there with a static member variable of your > type. Then activity A can set the type (create "new" on it) in the > global class. Now activity B can access it thru the global class. > > -niko > > On Oct 15, 7:51 am, Long <[email protected]> wrote: > > > Hi, > > There is an activity which has an object. This activity(say A) > > starts another activity(say B). > > Can B use some object in A? > > > Cheers. > > Long > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

