I'm a little confused about coding adjustments in b4xpages...
my previous app for a page was using activity...
however when switching to b4xpages it automatically made adjustments in my code
one of them is in the load data code..
my app is a notification app
in the old application, when loading data, I put the calling code in activity_create
then how about this b4xpages?
because at this time I put the load data on b4xpage_appear
however this function is different when I want to move to the next page, then I return to the previous page, then the data will be reloaded... this is different when activity_create will not reload the data..
i have tried to put my code in B4XPage_Created
however it only loads once
is there a proper solution of the code i made? Thank You
my previous app for a page was using activity...
however when switching to b4xpages it automatically made adjustments in my code
one of them is in the load data code..
my app is a notification app
in the old application, when loading data, I put the calling code in activity_create
then how about this b4xpages?
because at this time I put the load data on b4xpage_appear
however this function is different when I want to move to the next page, then I return to the previous page, then the data will be reloaded... this is different when activity_create will not reload the data..
i have tried to put my code in B4XPage_Created
however it only loads once
is there a proper solution of the code i made? Thank You