Re: [android-developers] retrieve an object from another activity back

2011-07-28 Thread Vinay Julme
try using bundle put it in intent and use startActivityForResults() method... On Wed, Jul 27, 2011 at 1:26 PM, torr eceooz...@gmail.com wrote: I have a class called BookmarksStruct and a ArrayListBokmarksStruct typed object called bookmarksarray. I want to pass the object and get back again

[android-developers] retrieve an object from another activity back

2011-07-27 Thread torr
I have a class called BookmarksStruct and a ArrayListBokmarksStruct 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

[android-developers] retrieve an object from another activity back

2011-07-27 Thread torr
I have a class called BookmarksStruct and a ArrayListBokmarksStruct 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