This example shows you how to create a simple NFC MIDlet that reads data from contactless targets. The data read is the unique identifier (UID) of the target, and it is read only from an NDEF target. UIDs are factory-programmed and can be used to distinguish between targets. The MIDlet displays the UID on the screen.
Note: The MIDlet does not read the NDEF message ("payload") from the target.
For more information about creating this example MIDlet, see the following sections:
You can download the NetBeans project files for the MIDlet by clicking here.