try using bundle put it in intent and use startActivityForResults() method...
On Wed, Jul 27, 2011 at 1:26 PM, torr <[email protected]> wrote: > I have a class called BookmarksStruct and a ArrayList<BokmarksStruct> > typed object called bookmarksarray. > I want to pass the object and get back again from second activity to > the first activity but I can't find how can I retrieve the object > back. > Because there is only get methods for int string char etc. > Can anyone help me? > thanks > > -- > 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 -- 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

