Like Frank said... why 10,000? To me, that's a bad design to try to deal
with that much data on a mobile device. Make your data in pieces, make
subsequent requests, or move it to a web platform and allow the user to use
the browser (or embed the webkit in your app) and all the processing to
occur there and then display in the web view maybe?


On Mon, Jun 7, 2010 at 11:26 PM, nexbug <[email protected]> wrote:

> save it to a file, and use the pull parser with the file as the input
> stream ???
> -g
>
> On Jun 7, 7:52 pm, Frank Weiss <[email protected]> wrote:
> > AFAIK SOAP is a bit heavyweight for a mobile device, but in many cases
> > people have to use that existing legacy technology. Many people are using
> > lighter weight technologies such as SAX, XPP, JSON to download and REST
> for
> > bidirectional data. Also, do you really have to download all 10,000 items
> to
> > make your mobile application work effectively?
>
> --
> 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]<android-developers%[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

Reply via email to