), by not using B4XPages.ShowPageAndRemovePreviousPages to call other pages flicker can be avoided but has the drawback of creating multiple windows/pages on the process. I seems that if I want only one window (or page) to be opened, what is left for me to use are multiple pane views for that page, with pane containing the other encapsulated views. Hiding and showing each pane as desired won't result to any flicker but this approach looks like defeating the purpose of B4XPages due to the resulting coding required. Aside from using panes, any idea on how to make use of B4XPages but get rid of the flickering effect due to page switching?