I am having a OutOfMemory
error and so I am trying to decide is there is another way I can do things to avoid this. I have asked about that question with no real responses or fixes, you can see my OurOfMemory
question here: Android OutOfMemory Error StringBuilder
But would using an ArrayList<String>
instead of StringBuilder
save memory, get rid of this error or make it process it so it doesn't use as much memory?