I've been going through "Appinventor for Android" by Jason Tyler and I came across this:
"Deferred processing means that a series of blocks are executed and then there is a time in the processing of the blocks where the device can receive input or events from the user and catch up."
I've searched on other sources but they doesn't explain it in the context of Android.
Can someone please explain it with an example on how android uses this? Thank you!