NFC emulator for android

0

I have an android phone without NFC and I need to program an application that handles this tool. Is there an emulator that simulates NFC on my phone so I can test my programs?

    
asked by anonymous 06.02.2017 / 11:59

1 answer

0
Near Field Communication is a technology that allows the exchange of information between devices without the need for cables or wires, requiring only a physical approach.

NFC If your phone does not have this technology, can not make a transfer. But there are some desktop software that you can simulate, such as OPEN NFC, OPEN.

For more details read the documentation .

Watch the video on NFC & simulator OPEN NFC (en) which is done using an Android virtual machine.

    
06.02.2017 / 14:04