case 1:
I have a Pivot Control with 3 Pivot Items, and each pivot item will be filled with data(from server) once it gets focus for the first time.
Now, It makes lot of delay when I navigate back from some other page to this Pivot Page. How to optimise it and reduce the delay? Even I cannot show a ProgressBar while Navigating back to this page.
Case 2:
I have a ListView with more items, say 150, On selection of an item I need a show detailed description of the selectedItem, and it should be swipeable so that the user can see the next records in the same description page.
Right now, i am using Pivot Page and Binding the Items to the ItemsSource Property, and it creates even lot more delay (of 10 seconds) while navigating to the Pivot Page and Navigating from the Pivot Page.
How to get rid of that delay?
Help me. Thanks.