Sorry about the image attached, it got copied by mistake and I cannot edit the post to delete it!
To clarify my original post (sometimes not even I understand what I am saying or writing)
In an activity app:
1.- The app is in the background (paused).
2.- Get some info from a server in Starter.
3.- Put it in a keymap.
4.- if the app is resumed, then read the keymap and put the info in the activity label.
In a B4XPages app:
1.- The app is the background (Not paused).
2.- Get some info from a server in Starter.
3.- Put the info in the activity label.
4.- When the app is reopened/resumed the info *should* be in the label already.
Is the above true? .. did I misunderstood?
Best regards!