==Resume app== When the user changed to another app and then opens your app again, the resume event is fired: {code:} Titanium.App.addEventListener('resume', function (e) { {code} ==Orientation Change== {code:} Ti.Gesture.addEventListener('orientationchange',function(e) /* orientation: ... |