android - Memory Leak when refresh Activity -


i have problem !

for refresh activity use code :

intent i=getintent(); finish(); startactivity(i); 

the problem memory increasing, when run many times opertion, , app crash outofmemory.

how can resolve ? solutions?

please me

this logcat

you can try add in manifest

android:nohistory="true"  

for activity


Comments

Popular posts from this blog

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Checkbox item adds to spinner -

android - Go back to previous fragment -