Hi all
I just started reading development for Nokia mobile phones, and i have a few questions, I come with experience in Android / iPhone development. And ive been looking to find infomation about a Application lifecycle running with the QT framework.
As i can see applications run by default untill "last window is closed", which cause a quit() on QApplication to be called, and thereby terminate the application.
Now does this mean i could instead just keep my application running, and thereby after the user navigates away from the application still do background processing or how does it work? Isnt there any restrictions on this by the platform?.





