My APP received a big data that was used about twice times. So, I think It`ll cause a memory problem.
In this case I use the WeakReference class on java. But, I couldn`t find any class for weak references like java.
Is there any class for weak refereces on iPhoneOS?
Is this the only way in this case, that using didReceiveMemoryWarning method and release code.
Thx.