Efficiency questions

Posted by rayman on Stack Overflow See other posts from Stack Overflow or by rayman
Published on 2010-05-23T11:20:22Z Indexed on 2010/05/23 11:50 UTC
Read the original article Hit count: 327

Filed under:
|

Hi,

I have to manage XML documents and Strings in my app.

In terms of efficiency and memory usage, will a collection like ArrayList be much more expensive than String[]? Also, I could store the content as a regular String or XML. Is working with XML also more expensive? (When I say expensive, I am referring to the use of system resources.)

If there are differences, are they significant?

Thanks, Ray.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk