Is there anyway an app can use more than 16mb in memory?

Posted by Sarevok on Stack Overflow See other posts from Stack Overflow or by Sarevok
Published on 2010-03-27T03:18:07Z Indexed on 2010/03/27 3:23 UTC
Read the original article Hit count: 169

Filed under:

I understand most Android devices have a 16mb limit (24mb on Nexus One) on the Java heap size. Is there any way a single app can use more memory than that? I know the native SDK doesn't have this limitation but I'd like to stick with Java.

© Stack Overflow or respective owner

Related posts about android