I have a MultiView with several items and TImages as icons instead of an ImageList (I used ImageList before but it is very broken and no less CPU is consumed).
The thing that happen is: when the user tap the MasterButton or slide the MultiView for the first time after the app is open, the app freeze for around 1/3 of a sec and the slide animation is shown with around 2 or 3 fps, after this first slide the MultiView come back to normal fps animation.
I tried removing all code from OnStartShowing but it did absolutely no difference. What may be causing this issue? There is some way to "pre-load" what may be loading during the first show?