Hi all,
within a B4XPages framework (from @Erel) app I need to share some (app) global constants. For example:
B4X:
Public Host As String = "https://acme.com"
Public WSNodeURL As String = Host & "/node/"
Public WSFormat As String = "?_format=json"
MY GOAL
I need to access them...