Scene Graph XML: quit app by home button freeze the device
Hi, I'm new to Scene Graph XML, there's a problem in my current app, that when I quit app by back / home button, sometimes the device will freeze. I have added some solution to remove page componen...
The problem is solved. I noticed there are many circular references in my app and they make troubles to release memory when app quit. After removing circular references, everything is charming.