[android-developers] Re: JSon parsing has been taking more time on Android

2011-05-05 Thread imran ali
-- 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

Re: [android-developers] Re: JSon parsing has been taking more time on Android

2011-04-29 Thread Igor Konforti
This is interesting question, can you keep as updated @imran ali ? On Thu, Apr 28, 2011 at 20:34, Indicator Veritatis mej1...@yahoo.comwrote: 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

[android-developers] Re: JSon parsing has been taking more time on Android

2011-04-28 Thread Indicator Veritatis
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. ProptertiesJava Build PathLibrariesAdd External JARs. On Apr 27, 10:28