It's large because it's a JSON document containing a JPEG file.  Since
I'm using a REST interface to get data to the app, it was easier to
pass the entire JSON document in putExtra rather than implement
Parceable on my POJO.  I'm just going to go out on a limb here and
guess that this isn't the best idea, and I should implement Parceable.

On Apr 13, 2:58 pm, Kostya Vasilyev <[email protected]> wrote:
> What is "rather large" in "rather large JSON value" ?
>
> 14.04.2012 1:50, Deepwinter написал:
>
> > Ok This makes sense.
>
> > I've focused the issue down to whether or not I call putExtra on the
> > Intent I'm launching.  Why would the contents putExtra cause this kind
> > of error?   The value of the extra is a String, and rather large JSON
> > value at that which does contain binary data.  Is the size of the JSON
> > string the problem?  Packing up the JSON is just fine, but the next
> > activity never even gets the chance to unpack it as onCreate is never
> > called.
>
> --
> Kostya Vasilyev

-- 
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