http://www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/
I'm using the Android library linked above, and I'm trying to read/write NFC tags. The tags will have a format I know of (probably something like JSON). I am able to run the example app and see that the reader is working and detecting NFC tags, but how do I go about actually reading or writing them? The API is a little confusing. Any help is much appreciated.
So far in my app, I've figured how to get the reader state and reader type/name, but nothing regarding the NFC tags themselves.