Hey
I have an application that uses UDP to control lighting at home. You can run it and take advantage of more complex functions, and you can use the widget which is quite convenient. But I would like to expand it with the ability to send commands when the phone reads the NFC tag. I would not want the reading of the NFC tag to launch the main application window, but only to let the application run in the background, check the correctness of the serial number, send a record via UDP and terminate the operation. What should I do to get this action?
I have an application that uses UDP to control lighting at home. You can run it and take advantage of more complex functions, and you can use the widget which is quite convenient. But I would like to expand it with the ability to send commands when the phone reads the NFC tag. I would not want the reading of the NFC tag to launch the main application window, but only to let the application run in the background, check the correctness of the serial number, send a record via UDP and terminate the operation. What should I do to get this action?