I want to make an RFID reader using the NFC chip inside an Android mobile phone, say the Galaxy S3. After some Googling, I have found that Android supports a few NFC tag technologies and that some of them are RFID standards also.
Android supports the following NFC tag technologies:
TagTechnology - The interface that all tag technology classes must implement.
NfcA - Provides access to NFC-A (ISO 14443-3A) properties and I/O operations.
NfcB - Provides access to NFC-B (ISO 14443-3B) properties and I/O operations.
NfcF - Provides access to NFC-F (JIS 6319-4) properties and I/O operations.
NfcV - Provides access to NFC-V (ISO 15693) properties and I/O operations.
IsoDep - Provides access to ISO-DEP (ISO 14443-4) properties and I/O operations.
Ndef - Provides access to NDEF data and operations on NFC tags that have been formatted as NDEF.
NdefFormatable - Provides a format operations for tags that may be NDEF formattable.
What I want to know is which of the above are RFID standards which an RFID reader is supposed to support?