On iOS, any changes to the gui are queued app if the app is in the background (and then executed as soon as the app goes to foreground).
I know Android background running does not work in the same way as it does on iOS.
Are GUI changes queued up, while in "background" on Android too?
If they are, how do I know if the app is running in background? (The Ti.App pause, paused events do not work on Android)