OnLowMemory getting called
Posted
by Sam97305421562
on Stack Overflow
See other posts from Stack Overflow
or by Sam97305421562
Published on 2010-05-05T09:32:40Z
Indexed on
2010/05/05
19:48 UTC
Read the original article
Hit count: 196
Hi, I am doing an App which access the gprs .I am facing problem when the user starts another application who uses gprs also like google maps .It takes it own heap memory ,after doing some operation on Maps app it calls OnLowMemory of my service .and my ui is also killed in background. I am not getting any proper tutorial haw can i start my app when it is getting killed during onLowMemory ,or is there any other way to handle it .
Thanks in advance.
© Stack Overflow or respective owner