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

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

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

java - Android – MapFragment overlay button shadow, just like MyLocation button -