B4XPages is a library that serves two purposes: 1. Make it simple to develop B4A apps by solving almost all of the challenges involved with Android complex activities life cycle. B4XPages makes B4A behave more similar to B4J and B4i where the new "B4XPage" element is a regular object that is...
There is no type named B4XPage.
GetPage returns a "page". Only the developer knows its type.
In this case I named the type B4XPage2. It comes from the three pages example.
This is a minimal template with added only 1 new page. Why I created this template? The default B4XPages template has only 1 page (MainPage) The 3 pages example is little complex I always forget how I need to declare, initialize, add and show a page GitHub...