I want to develop a B4J app that will receive a request and then perform a key press event through code. The request will be sent via a B4A app. I understand that I can use an API to post the request from the B4A app and then have the B4J app get the response, but there will be a delay of maybe 2-3 seconds and I'm trying to get the process as instant as possible.
Is there a quicker way for the B4A app to connect/communicate with the B4J app so that there won't be any delay?
Is there a quicker way for the B4A app to connect/communicate with the B4J app so that there won't be any delay?