Hi, I have a few B4XPages and inside one a have to generate components and fill up text-fields for other B4Page before B4XPages.ShowPage("xxx"), what would be the best approach?
Note that you don't need to add the views like this. The trick is to call AddPageAndCreate. This will cause B4XPage_Created of the new page to be raised.