My app is for Android only, not cross-platform.
The Starter module is used to declare some global variables; I prefer shorter names such as starter.myVariable over B4XPages.MainPage.myVariable.
To avoid problems down the road, should I move all codes away from the Starter module to somewhere else and leave the Starter module empty?
The Starter module is used to declare some global variables; I prefer shorter names such as starter.myVariable over B4XPages.MainPage.myVariable.
To avoid problems down the road, should I move all codes away from the Starter module to somewhere else and leave the Starter module empty?