I am looking to working with my NFC cards using my Galaxy Nexus. I've been able to read them via 3rd party apps and I'm quite fluent in working with external APIs and Python and was so seeing if there is a way to access android.NFC from SL4A (so I can use python and get raw info). Basically it would be very much appreciated if someone knew how to easily access android.NFC library (wishing there was jython support :/)
Thanks!
I've found that you can directly call the API via JRuby here.
I believe this would this allow one to access android.nfc directly??