I am working on a windows phone app (really big one) that has at least 60 different pages, on some navigation i am getting a “out of memory error”. This is usually happening on the last pages (on the navigation flow). I am using NavigationService.navigate("MyURL"); to go move to the next page and NavigationService.goback(); to navigate to a the page before, there is any better approach for this type of navigation?
If am not clear enough please tell me(English is not my first language)
Well for this problem after a few weeks I create a Navigation manager and start deleting the unwanted back stack with that y reduce the problem, after that did some edits to the Picture View Class instead of allowing the user to rotate de picture and all, just present the picture, so far a haven’t see that error again