
Paused & Resumed events on Android
Because of the way Android works, it does not have Ti.App.paused and Ti.App.resumed events like iOS. On Android an app is a stack (task) of activities and you can even open another app’s activity within the task of another app. Those activities themselves have Ti.Android.Activity.pause and Ti.Android.Activity.resume events, but since Titanium 3.2 every window is […]