This example shows you how to create a simple NFC MIDlet that writes
data to contactless targets. The data written is the URL http://www.nfc-research.com
as an NDEF record of type urn:nfc:wkt:U
(a URI
record). The data is written only to an NDEF 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.