Thursday, 29 August 2013

NFC API for Android NDK

NFC API for Android NDK

I'm working on a multi-platform project that need support for NFC. The
project is written in C++ so it would be nice to have access to C++
Android NFC API.
Is there a way to interact with the NFC using the NDK ?
I know that from NDK is possible to call SDK Java methods. In this case i
could create a Java class to handle the NFC interaction and then call
those methods from C++.
Do you think is possible to develop such mechanism ?

No comments:

Post a Comment