On Wed, Jun 22, 2011 at 7:37 PM, Kumar Bibek <[email protected]> wrote:
> Parse the stream using XMLPullParser if it's an XML. > > If not, then, there is not other way. Saving to string first for such a > large response is not good. > > *Thanks and Regards, > Kumar Bibek* > * > http://techdroid.kbeanie.com > http://www.kbeanie.com* > > > > On Wed, Jun 22, 2011 at 7:35 PM, naveen kumar <[email protected] > > wrote: > >> i am getting large response of https server. i am not able to store >> complete response in string variable, there fore i am witting the file >> by using fileoutputstrem, it's takes more time for write on file and >> parse them. >> >> Please fix this issue in android also. >> >> >> thanks, >> Naveen Kumar >> >> -- >> 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 > > > -- > 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 i am Parsing file by XMLPullParser.it's take approx 10mints, i want time perforate, when tring to store in string then outofmemory exception,so writing in file, then parsing the file, give me idea for imporve the time performance , -- Naveen Shrivastava BCA+MCA(LAST SEM)+O/A/B Level(DOEACC SOCITY IT GOVT INDIA) -- 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

