Fudi NFC
NFC Reader And Writer using Android devices by Romell Domínguez.
Add the following in your app's build.gradle
file:
Add the following to your AndroidManifest.xml file :
Now go to the created activity, and either
- Implement [FGD] yourself
Reading
Paste this in the activity if you're extending our class :
- Otherwise :
- If you like the Map implementation more you might as well use :
- Now you're able to read the NFC Tags as long as the library supports the data in it when held to your phone!
Write to a tag
- Let your activity implement
TaskCallback
:
- If you hold a tag against the phone and it is NFC Enabled, your implementation of the methods will be executed.