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
which when using B4XPages seems like they should be doing
Instead.
#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
B4X:
xRoot.AddView