Ok. Well I just finished a pretty large project but the problem is that it may not be so good in the memory management field. I tried to "release" object during development but it would cause the app to crash even when the objects were done being used.
How do you know when the correct time is to release the objects and is there any good tool that will tell you which ones can be released from memory and when it can be done?
Thanks in advance
How do you know when the correct time is to release the objects and is there any good tool that will tell you which ones can be released from memory and when it can be done?
Thanks in advance