I've read through the docs a few times, and it isn't clear to me how an application is supposed to exit. Assume for a second that the application in question does not use the lap/back button, and this button is pressed. Should the application call Ui.popView(...) to pop the last view and exit, System.exit(...) to just exit outright, or something else?
Travis