tj wrote: > hello frnzz, >
What is a "fmzz"? > In my project i [sic] am fetching a text file from row folder. file size > is near about 3 MB. each and every time while reading that text file, heap > size grows rapidly. after reaching it's [sic] memory limit it > gives outOfMemoryException. > I am not familiar with that exception. Perhaps you meant http://developer.android.com/reference/java/lang/OutOfMemoryError.html ? > i have used bufferReader, inputStream and stringBuilder to read file. > geeks plz help me. I am not familiar with those types. Perhaps you meant http://developer.android.com/reference/java/io/BufferedReader.html http://developer.android.com/reference/java/io/InputStream.html and http://developer.android.com/reference/java/lang/StringBuilder.html respectively? -- Lew -- 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

