I am using Apache cordova to build android applications. I made an application with NFC feature.
Apache cordova
NFC
we already written data into NFC tag, with
In order to receive an NFC intent together with the whole NDEF message in your app, you would need to define a proper intent filter that matches the first record in the above NDEF message:
Refer how to handle NFC