Hello!
I have written a taxi calling app with custom web socket push framework. The app has a starter service for global objects declaration and a pushservice service for handling the communication between server and mobile device. The pushservice also handles the Location and GPS functionality.
I was very impressed with the B4XPages framework that I'm going to switch this app to B4XPages.
My problem is that I can't figure out what to do with the two services. I mean I don't understand how to implement the pushservice and starter service. And do I need them for background tasks? When B4XPages app is in background, are the services working?
Does anyone have used the B4XPages with such services? How the app behaves?
Thank you in advance!
I have written a taxi calling app with custom web socket push framework. The app has a starter service for global objects declaration and a pushservice service for handling the communication between server and mobile device. The pushservice also handles the Location and GPS functionality.
I was very impressed with the B4XPages framework that I'm going to switch this app to B4XPages.
My problem is that I can't figure out what to do with the two services. I mean I don't understand how to implement the pushservice and starter service. And do I need them for background tasks? When B4XPages app is in background, are the services working?
Does anyone have used the B4XPages with such services? How the app behaves?
Thank you in advance!