About 139,000 results
Open links in new tab
  1. How to read NFC tags in Android? - Stack Overflow

    Sep 26, 2011 · How can I read and display the NDEF messages from NFC tags? Could you provide the general strategy and some guiding? I'm not sure where to start and the structure of …

  2. How to read and write Android NFC tags? - Stack Overflow

    Apr 5, 2011 · Also see the NFC Eclipse plugin for a graphical NDEF editor - comes with an utility app which reads and writes to tags and beams, also has NFC reader integration. By the way, …

  3. What to use to do NFC tag emulation in Android app

    Sep 27, 2023 · Android HCE can emulate a specific type of NFC Tag, a NFC Type 4A (it cannot emulate the other 4 main NFC standard types, or propitiatory types like Mifare Classic) This …

  4. How to read data from an NFC device using C# android?

    Nov 2, 2022 · I am trying to read data from an NFC credit card. The app is written using the .NET Maui framework. Right now I am trying to use the Plugin.NFC NuGet package because it …

  5. nfc - Reading RFID with Android phones - Stack Overflow

    Oct 26, 2012 · I did enough research on reading RFID tags using Android phones (smart phones). My understanding of this is that for NFC-enabled smart phones (Nexus S) it is possible to read …

  6. kotlin - How to read an NFC 'TAG' in Android - Stack Overflow

    Nov 1, 2023 · The problem is you don't understand how NFC works, there are various modes that NFC hardware works in and you are trying to get two incompatible modes to communicate …

  7. delphi - Firemonkey android NFC Adapter - Stack Overflow

    Jul 9, 2014 · Im new to Firemonkey and Android and i dont know if i have the wrong approach. I want to have a app running and read a NFC-Tag. Is there a way to use the NFC Reader in …

  8. How to get AID for reader Host based card emulation

    I'm trying to do Host card emulation on an Android device using this example using ACR1281U NFC tag reader. This is the kind of application I want to make. As per the Android …

  9. NFC tag emulation for Android virtual device (AVD)

    Mar 7, 2018 · The NFC stack on newer Android versions changed significantly (nowadays, the whole Android NFC stack is based on libnfc-nci which initially targeted Broadcom's NFC …

  10. Getting started with Open NFC emulator - Stack Overflow

    Oct 22, 2012 · 13 I would like to get started with developing NFC apps for android. I have started with android recently and I'm finding it a very interesting platform to develop for. Before I go …