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

java - Checkbox item adds to spinner -

php - mySQL problems with this code? -

C# MVC AngularJS -