androidnfc

How to read NFC tags in Android?


How can I read and display the NDEF messages from NFC tags?
Could you provide the general strategy and some guiding? I'm not sure where to start and the structure of NFC tag data.


Solution

  • 1) The general description of the NFC on android is here
    2) The NFCDemo is here
    3) Very good information are also here
    4) Also the book "Programming Android" from "Zigurd Mednieks" has a chapter about the NFC

    BR
    STeN