I move a activity project to a b4xpages project.
The app shows differents informations in each time of day (morning, afternoon, night).
Due this new behavior "The UI state is kept as long as the process lives" when I reopen the app in afternoon the information remains the same of the morning.
We have the B4XPage_Foreground and B4XPage_Appear events to treat this situation, but I don't want to update the UI every time that the app opens (only when the information changes).
I would like to know how you update your information in the app using b4xpages. There are a best way?
Thanks in advance for any tips.
The app shows differents informations in each time of day (morning, afternoon, night).
Due this new behavior "The UI state is kept as long as the process lives" when I reopen the app in afternoon the information remains the same of the morning.
We have the B4XPage_Foreground and B4XPage_Appear events to treat this situation, but I don't want to update the UI every time that the app opens (only when the information changes).
I would like to know how you update your information in the app using b4xpages. There are a best way?
Thanks in advance for any tips.