I use Beam API to exchange data by NFC. I need to reinitialize my exchanged data, else the same data are sent when the devices approach from each to other again. How to force the reinitialization? with a call to onCreate? how to implement
Asked
Active
Viewed 67 times
0
-
Somewhere in your code you will get a callback for NFC related interaction. Why not put your reinitialization there? – Tobrun Jan 16 '13 at 19:04
-
how do you implement that? – user1482868 Jan 17 '13 at 08:45