I've create some forms in my codenameone application. This app use SMS to communicate with its server to pass and get data.
I wanna open specific form when specific SMS comes. In every SMS I put a command to open form in mobile device.
Suppose I wanna login:
- Send Login command from Device to Server.
- Authenticate from server and send Login command to device.
- Receive SMS and process what should it display: Display Error or Open another Form.
How can I do this?