-- Hi All, Thanks for your advice, i got solution though i did not get Json from input-stream.
the problem was with my db4o commit(). i was doing commit() with saving of every object that was consuming more time. Thanks again for your cooperation. Imran ali On Apr 28, 11:01 pm, Igor Konforti <[email protected]> wrote: > This is interesting question, can you keep as updated @imran ali ? > > On Thu, Apr 28, 2011 at 20:34, Indicator Veritatis <[email protected]>wrote: > > > > > The Jackson JSON parser is reputed to be quite fast. I believe it is > > faster than the one built into Android. Download the JAR from > >http://jackson.codehaus.org/, include it in Eclipse ADT under the > > project's properties, i.e. Propterties>Java Build Path>Libraries>Add > > External JARs. > > > On Apr 27, 10:28 pm, imran ali <[email protected]> wrote: > > > Hi all, > > > i have big data approx 10MB, that i have to parse and save in to > > > database of db4o. > > > i have been downloading date and making it in to string then i am > > > parsing and > > > setting all values of class object, that object i have been saving in > > > to db4o. > > > > the above process has been taking more time, to parse and save one > > > object it has been > > > taking approx 10 sec. > > > > i want to reduce parsing time, how can i achieve on android? same > > > thing on iPhone has been taking less time. > > > > is there any json parser that has been taking input-stream in spite of > > > String to make Json Object? > > > > Regards > > > Imran ali > > > -- > > 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 > > -- > P *Please consider the environment before printing this email.* -- 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

