Before writing a line of code, you must tell the Android OS that your app requires NFC. In your Delphi/C++Builder project options, you must ensure the NFC permission is checked. Furthermore, you will need to configure your AndroidManifest.xml to filter for NFC intents so that the OS knows to wake up or redirect to your app when a tag is tapped. Step 2: Initializing the Component
NDEF is the universal language of NFC. If you want your app to read a URL from a poster, fetch a contact card, or pair a Bluetooth device, you use NDEF. Winsoft makes this incredibly simple by wrapping messages and records into easy-to-read classes. You don't have to manually parse the bitwise headers of an NDEF record; the library does it for you. Low-Level: Tag-Specific Technologies winsoft nfcnet library for android v10 new
One of the strongest selling points of the Winsoft NFCNet library is its ability to handle both high-level NDEF standard messages and low-level, chip-specific operations. High-Level: NDEF (NFC Data Exchange Format) Before writing a line of code, you must
Drop the Winsoft NFC component onto your form or create it dynamically. You will typically want to hook into its core events: Step 2: Initializing the Component NDEF is the