Hi,

My app uses big external libraries (it will take me several months to
slowly & safely optimize it).
Anyway,my app will still be big (8-9Mo once installed).

Depending on the file the user opens, it may happend that I get Out Of
Memory.  I now catch almost all of them, display a message and stop
loading...

The user can then close the Activity (release RAM :   set variable to
null,  do gc()  runFinlanization() ..)  and get back to a 'list'
activity.

Anyway, my app still use 16Mo  (even after gc()  & cleaning
objects !), and I have crash (OOF) when clicking on menu, or OOF (no
crash) when sliding in the list, or I have some OOF when opening even
small files.


It is possible to give back to the OS some RAM ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to