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:
How can I do this?
You can't intercept SMS's on devices in Codename One, that API isn't available and isn't possible on some platforms (e.g. iOS). You can connect to the server and do everything else using the ConnectionRequest
class.