Greetings,
Is it possible to refresh or reload the current activity? How about the previous one?
My activity flow is as follows:
Act1 -> Act2 -Act3
In Activity 3, some updates to a remote DB ocurrs, and since Activity 3 layout varies according the remote DB data, I would like to:
Best answer: reload Activity3 as it were being called from Activity2
Good answer: reload Activity2
I have been reading about CallSubDelayed2, but I don't get it yet.
Thanks in advance
Is it possible to refresh or reload the current activity? How about the previous one?
My activity flow is as follows:
Act1 -> Act2 -Act3
In Activity 3, some updates to a remote DB ocurrs, and since Activity 3 layout varies according the remote DB data, I would like to:
Best answer: reload Activity3 as it were being called from Activity2
Good answer: reload Activity2
I have been reading about CallSubDelayed2, but I don't get it yet.
Thanks in advance