Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
package

android.nfc.tech

These classes provide access to a tag technology's features, which vary by the type of tag that is scanned. A scanned tag can support multiple technologies, and you can find out what they are by calling getTechList() .

For more information on dealing with tag technologies and handling the ones that you care about, see The Tag Dispatch System . The TagTechnology interface provides an overview of the supported technologies.

Interfaces

TagTechnology TagTechnology is an interface to a technology in a Tag

Classes

IsoDep Provides access to ISO-DEP (ISO 14443-4) properties and I/O operations on a Tag
MifareClassic Provides access to MIFARE Classic properties and I/O operations on a Tag
MifareUltralight Provides access to MIFARE Ultralight properties and I/O operations on a Tag
Ndef Provides access to NDEF content and operations on a Tag
NdefFormatable Provide access to NDEF format operations on a Tag
NfcA Provides access to NFC-A (ISO 14443-3A) properties and I/O operations on a Tag
NfcB Provides access to NFC-B (ISO 14443-3B) properties and I/O operations on a Tag
NfcBarcode Provides access to tags containing just a barcode. 
NfcF Provides access to NFC-F (JIS 6319-4) properties and I/O operations on a Tag
NfcV Provides access to NFC-V (ISO 15693) properties and I/O operations on a Tag