I have been researching on whether it is possible to perform multiple read and write operations on an NFC device using an Android application. I have found that Android Beam is used for a peer-to-peer (P2P) type exchange of data between two devices, but does this mean that the other non-Android device has to be a P2P NFC tag. Because the tag that I am currently working with is a Type 4 tag using NDEF.
Is it possible to perform multiple read and write operations with an NFC device by holding the phone in the same place? Because at the moment I can only get it working where you place the phone on the NFC tag and it reads it and then you have to move the phone away and do it again to perform the transaction again. This is obviously the natural process of reading an NFC tag.
Please can anyone help me with this dilemma or give me any tips. Thank you in advance.