>From one activity, I want to pass a lot of data (about 1MB of
Strings).

I tried sticking it in Intent.putExtra(ArrayList<String>), but if I
put in too much data, I get "FAILED BINDER TRANSACTION".

What's the easiest way? I don't want to publish a service, or use the
file system. I really want a pipe that can write data from one end and
read it from the other end.

I can handle the case where the starter Activity dies while the
"startee" activity is trying to read from the pipe.

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

Reply via email to