I have download 100 images store in application data directory its working fine but i have download more images then grow heap size problem is coming and application is closed.I have remove all objects,value of objects define null and window is also closed but result is same.
ERROR:grow heap (frag case) to 14.687MB for 517197-byte allocation
Like in Core android System.gc(); So what is the option of titanium
why not use android:largeHeap="true"
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<application android:largeHeap="true"/>
</manifest>
read titanium official doc here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With