Android - Read NFC Tag
-
wrote on 15 Apr 2014, 08:04 last edited by
Hi guys,
is it possible to read a NFC Tag either directly in the app or start the app when a TAG is discovered and handle the data stored on the tag?
The data on the tag would be simple plaintext type. Since Qt doesn't support NFC directly, I'd be happy if a JNI solution is possible here :)
Thanks in advance and best regards!
-
wrote on 15 Apr 2014, 16:22 last edited by
Hi, if the Android SDK has classes for NCF why not?
I never used NFC before but I guess there are some classes in the "android.nfc" package you can use, maybe even c++ classes with the NDK but most good android stuff is only available from Java I guess, so you have to use JNI :/
1/2