Hi, Lets say that have a window that holds a naigation group. If I close the window(win.close()) the navigation group and it's windows,buttons,labels will be destroyed? I really need to clear this out because I get confused
1 Answer
that is correct... but you need to make sure there are no references to the objects or else they will not be cleaned up.
https://wiki.appcelerator.org/display/td/300+-+Performance+Optimization
Your Answer
Think you can help? Login to answer this question!