Hi,
My app does not always seem to quit, i am using...
App.getApplication().exit();
The window will disappear, but the app will still be running in the background, but only sometimes.
I have determined that the cause is a database connection awaiting a response from the db server. At any...