NFC and RFID Basics
Using NFC within Android development is quite easy, at least when it comes to doing basic stuff as reading an ID of a RFID tag. From SDK v.9 the NFC reader produces an intent every time the NFC is activated e.g. by reading an RFID tag. This intent can then be picked up in an […]