Can we make application that support NFC (near field communication) for android devices without using Google nexus or Samsung Galaxy NFC supported phone. Actually i want to know the specification mate
I got my Nexus S and now i plan to start playing with NFC. Which API should i use, Google NFC API(Link or Open NFC (Link)?
There is any way I can enable开发者_如何学编程 Android NFC reader using API?So apparently there is no way to enable the NFC from the API, even though Google does so within their source code (see below
I have to do an application in NFC. My tag return NFC-V, so I cast it in NfcV. And I have to extract some information, and the method getResponseFlags seems contains what I need. But I didn\'t find an
I\'d like to be able to write and read strings from a Mifare 1K RFID. I successfully read and wrote to the tag I have using the NXP TagWriter App. I then tried the code here, but was able to get anyth
I made an application NFC P2P send Ndef data between 2 Smart Phones. When I send a MDEF message to other phone, 开发者_JS百科I use enableForegroundNdefPush() method.
I have checked the programming interface for the MIFARE Ultralight and TOPAZ/Jewel IC tags. The API quite nicely describes how the bytes are saved on the card, how to address the memory blocks, how to
It\'s possible to send any string by NFC in Android if i dont have any application open to make it? Imagine you pass the smartphone in passive mod开发者_StackOverflow社区e on a reader NFC. Can reader
I have a Gingerbread 2.3.4 powered Nexus S and I recently got some writable NFC tags. So far I can read them 开发者_StackOverflowas blank tags, but I couldn\'t find a way to write data to them.
I work on Android 2.3.3 with Nexus S. I try to read smart cards ISO14443 B type. I can read and/or write on the cards without any problem. But I am using a card which doesn\'t respect the ISO timing.