G gacar Active Member Oct 16, 2021 #1 What is the difference between Default and B4X Pages projects? In which case we should use the default or B4XPages project?
What is the difference between Default and B4X Pages projects? In which case we should use the default or B4XPages project?
Solution Erel Oct 18, 2021 gacar said: we created portraid page on B4xpages then should we create second page as landscape? Click to expand... It depends on your requirements. Locking apps to a single orientation is quite standard practice.
gacar said: we created portraid page on B4xpages then should we create second page as landscape? Click to expand... It depends on your requirements. Locking apps to a single orientation is quite standard practice.
Erel B4X founder Staff member Licensed User Longtime User Oct 17, 2021 #2 Always use B4XPages. Upvote 0
G gacar Active Member Oct 17, 2021 #3 Many samples and tutorials are created as standart. Is there much difference in architectural? Upvote 0
AnandGupta Expert Licensed User Longtime User Oct 17, 2021 #4 Default is activity based, single or multiple. Can change orientation. Old or original concept. B4xpages is single activity based, fixed portrait or landscape orientation. New better concept. Less prone to errors due to activity lifecycle. Upvote 0
Default is activity based, single or multiple. Can change orientation. Old or original concept. B4xpages is single activity based, fixed portrait or landscape orientation. New better concept. Less prone to errors due to activity lifecycle.
G gacar Active Member Oct 17, 2021 #5 AnandGupta said: Default is activity based, single or multiple. Can change orientation. Old or original concept. B4xpages is single activity based, fixed portrait or landscape orientation. New better concept. Less prone to errors due to activity lifecycle. Click to expand... Thanks for reply. If we created portraid page on B4xpages then should we create second page as landscape? Upvote 0
AnandGupta said: Default is activity based, single or multiple. Can change orientation. Old or original concept. B4xpages is single activity based, fixed portrait or landscape orientation. New better concept. Less prone to errors due to activity lifecycle. Click to expand... Thanks for reply. If we created portraid page on B4xpages then should we create second page as landscape?
Erel B4X founder Staff member Licensed User Longtime User Oct 18, 2021 #6 gacar said: we created portraid page on B4xpages then should we create second page as landscape? Click to expand... It depends on your requirements. Locking apps to a single orientation is quite standard practice. Upvote 0 Solution
gacar said: we created portraid page on B4xpages then should we create second page as landscape? Click to expand... It depends on your requirements. Locking apps to a single orientation is quite standard practice.