Efficient 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:30 UTC
Read the original article Hit count: 176

Filed under:
|

Hi, I have to manage xml's and Strings in my app.

by efficenty and memory saving, is collection(ArrayList) will be much more 'expensive' then array of Strings?

another issue is: i could use the content as regular String, or XML.. is working with XML also makes it more 'expensive' ?

when i say i expensive i talk about taking system sources.

please tell me by any of your exprience if the diffrences are significant?

thanks,

ray.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk