Near Field Communication (NFC) is a set of short-range communication protocols that enables electronic devices to exchange data within short distances of roughly 10 cm or less.
I updated my Android phone to 4.0.4 and i noticed that a new file nfcee access.xml appeared in the system …
android nfcI have a Gingerbread 2.3.4 powered Nexus S and I recently got some writable NFC tags. So far I can read …
android nfc nexus-sWe have a mifare card system and are looking into the possibility of using NFC chips in phones as mifare …
nfc mifareI am writing an app that works with NFC and MIFARE CARD. When my NFC device detect a card, it …
android android-intent nfc mifare intentfilterTag myTag = (Tag) intent.getParcelableExtra(NfcAdapter.EXTRA_TAG); Log.i("tag ID", myTag.getId().toString()); This gives me an ID …
android nfcAndroid 4.4 introduced Host-based Card Emulation (HCE). As you know, all NFC cards come with a fixed card ID (NfcAdapter.EXTRA_…
android nfc android-4.4-kitkat uniqueidentifier hceI have checked the programming interface for the MIFARE Ultralight and TOPAZ/Jewel IC tags. The API quite nicely describes …
smartcard nfc smartcard-reader mifare pcscI need to write/read textual data to an NFC tag. The way I am expecting the read/write should …
android security authentication nfc mifarei have nexus s, nexus 4 and 6 mifare nfc tags, and want to make an desktop application with nfc reader/writer …
android nfc read-write