Is it possible to use Android Beam between an android device and another NFC device?
问题 I'd like to implement a NFC communication between my Android app and a NFC-enabled kiosk. I've read the documentation and I understand pushing data can be done in 2 ways: Via foreground NDEF pushing for API level 10 to 13 Via Android Beam from API level 14 I think I can do what I want to via the first solution but I'd like to know if it's possible to use Android Beam between an android device and a non-android device? Thanks for your help, Romain 回答1: Although the function calls between API