[android-developers] Re: How to read the large sized text file

2012-03-08 Thread Nadeem Hasan
Do the same think but in an AsyncTask and read in chunks instead of reading the whole asset into a buffer like in the demo. This approach would scale very well. Of course, I am assuming that what you want to do with that asset is compatible with chunked processing. -- You received this

Re: [android-developers] Re: How to read the large sized text file

2012-03-08 Thread Narendra Singh Rathore
On Thu, Mar 8, 2012 at 10:12 PM, Nadeem Hasan nha...@nadmm.com wrote: Do the same think but in an AsyncTask and read in chunks instead of reading the whole asset into a buffer like in the demo. This approach would scale very well. Of course, I am assuming that what you want to do with that

Re: [android-developers] Re: How to read the large sized text file

2012-03-08 Thread Nadeem Hasan
I don't have any sample code but I think I gave you enough information to try it out yourself. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from