Hello, I have read in another thread that with B4Xpages the "Starter" module should not be used.
If I need to use a service, how should I do it?
Thank you.
i think there's a misunderstanding: as far as i've understood it, B4XPages doesn't prevent you from using services, (i'm currently using them in my projects), but some use cases for the starter service (and that alone) can be now addressed directly in the MainPage
anyway, you can do "business as usual" with services
Often, developing for Android only, you place global variables in the Starter service. Well, this is the wrong place if your project is a B4XPages multiplatform project, since it, the Starter, is not visible-usable to the BAi/B4J project. This is what I mean.