Tuesday, September 4, 2012

Re: [android-developers] Re: How Can I pass an ArrayList do another Activity?

Funny...

How did I not find it?

That's the point, that is not my answer.
I searched before coming to ask. I asked for help, no one is obliged to respond...

To do what I asked. I need to implements my class Parcelable, extends the BaseAdapter to work and pass my ArrayList<Object>.

If it were only putStringArrayListExtra, I wouldn't have come to ask.

But... thanks for the help.

Em sábado, 1 de setembro de 2012 13h03min07s UTC-3, Fred Niggle escreveu:
a quick google search found this: 

How did you NOT find it?


On 1 September 2012 16:51, dnkoutso <dnko...@gmail.com> wrote:
Typically when you are dealing with the same process it seems useless and slow to serialize (or parcel) your ArrayList between activities.I would use a singleton where I put the data in there and grab it from the next Activity.

On Friday, August 31, 2012 12:59:51 PM UTC-7, Guilherme Bernardi wrote:
Hi everyone.

I'm developing an application that have a composition case.

In the first activity there is an ListView, some fields and a button that call another activity. This activity will set an ArrayList and then pass to first activity the array it appears in the listview...

Can anyone help me?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-d...@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Ubuntu Speech input is now available on Google Play, along with Magnetic Door Alarm app.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment