I have many pages in my project.
I want go to a special page with an id without understanding the page object
For example, login page (pagelogin ID) or profile page (pageProfile ID)
For adding a page, We have to use B4XPages.AddPage("profile",pgProfile_)
pgProfile_ is Private pgProfile_ As pgAccount
But because my pages are very many, I cannot declare for each page
How can I go to the page now?
I want go to a special page with an id without understanding the page object
For example, login page (pagelogin ID) or profile page (pageProfile ID)
For adding a page, We have to use B4XPages.AddPage("profile",pgProfile_)
pgProfile_ is Private pgProfile_ As pgAccount
But because my pages are very many, I cannot declare for each page
How can I go to the page now?