Issue
I have a project which will apply NFC technology. I will be using Java as programming language and Netbeans IDE to do it. It seems that NFC is rather a new technology and there doesn't seems to be many references I can get on the web yet. I would like to ask whether anyone know any existing API or libraries or even any other easier way that I can make use of to apply the NFC technology in my project. I might be using NFC tag to store ID and get the ID from the tag as input.
Solution
Here is some resources:
- NFC Tools for Java
- NDEF Tools for Android
- NFC Eclipse plugin (NDEF Editor)
- Open NFC
I realize you've tagged this question with netbeans, but at least you know what you're missing on the eclipse link there. I've written 2 and 3 and also contributed to 1.
Answered By - ThomasRS
Answer Checked By - Senaida (JavaFixing Volunteer)