Hello All,
I have created a B4J Applicstion that runs in Linux and listens for some data in a specific port and ip address and the connects to a websocket ansd relays the date with some code processing in the middle.
All is working well.
Now, I need to port the code to B4A so it runs in Android.
The application does not work in background with the data sending application on top.
as soon as I switch the the background applicacion the data is received, processed and sent to the websocket, as it should.
Is the a way to make some kind of service or TSR app runs without the need to be visible ?
Regards
I have created a B4J Applicstion that runs in Linux and listens for some data in a specific port and ip address and the connects to a websocket ansd relays the date with some code processing in the middle.
All is working well.
Now, I need to port the code to B4A so it runs in Android.
The application does not work in background with the data sending application on top.
as soon as I switch the the background applicacion the data is received, processed and sent to the websocket, as it should.
Is the a way to make some kind of service or TSR app runs without the need to be visible ?
Regards