zlatkoristevski
12 years agoVisitor
Recreate GridScreen on back button
Hi to all,
I have a little problem.
I want to recreate or recall or better repopulate the gridscreen on pressing back button without recalling the function.
The scenario is like this:
I have a grid screen with movies. Each movie has a detail screen.
When I'm in detail screen and I press back button I want to repopulate the grid screen with some new data, but I don't want to recall the function who creates the grid. Recalling that function with cause more depth in the application, and that is something that I don't want.
I have a little problem.
I want to recreate or recall or better repopulate the gridscreen on pressing back button without recalling the function.
The scenario is like this:
I have a grid screen with movies. Each movie has a detail screen.
When I'm in detail screen and I press back button I want to repopulate the grid screen with some new data, but I don't want to recall the function who creates the grid. Recalling that function with cause more depth in the application, and that is something that I don't want.