I tried to move my program from the classic B4A programming to the new programming B4XPages due to a problem that occurs when the (Android screen split for two programs)
It causes the termination of any page on it and returns to the beginning of the program
** Activity (main) Create, isFirst = false **
I test the example project here:
but get the same result When User Split His Android Screen ----> (Restart the program from the beginning and lose any current page)
It causes the termination of any page on it and returns to the beginning of the program
** Activity (main) Create, isFirst = false **
I test the example project here:
[B4X] B4XPages - Cross platform and simple framework for managing multiple pages
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...
www.b4x.com
but get the same result When User Split His Android Screen ----> (Restart the program from the beginning and lose any current page)