Android Question Define for B4XPages

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I know I can define one myself, but was wondering it there was a define for B4XPages

#if B4XPages
#else
#end if

I have routines that normally take an activity, but all they use the activity for is to temporary add a view
B4X:
Activity.AddView
which when using B4XPages seems like they should be doing
B4X:
xRoot.AddView
Instead.
 
Top