Gem of a monologue
@LucaMs
btw what was the solution?
Also you have quoted Erel in FP. Is there a detailed discussion elsewhere or context ?
I am looking at a similar challenge to recreate part of UI in every b4xpage without duplicating code in every b4xpage.
I don't remember at all. Besides, I've never used B4XBreadCrumb; I probably did it to help some B4X member.
B4XViews have the RemoveViewFromParent method, so you can use this, knowing which B4XPage contains the B4XView you want to "import" into the page to display.
Remember that a B4XPage, once created, always exists, even if it is not visible (this is a useful indication to solve the problem).
If you have an example, test project, attach it and we will help you.