Skip to content Skip to sidebar Skip to footer

Android App To Add Mutiple Record In Nfc Tag

everyone, I am a beginner of developing android app, currently I need to write some data into a NFC tag to check my own NFC reader program, however, those app I can try can only wr

Solution 1:

You need to give your application NFC support in the manifest file.

Solution 2:

Have a look at this(shameless plug) NFC Eclipse plugin for editing NDEF messages, including multiple records in a single message. Comes with a project boilerplate for android too, which I guess is what you're looking for (?).

Post a Comment for "Android App To Add Mutiple Record In Nfc Tag"