Hi,
I have managed to get this to work on android
Good JOB Thank You for Good Job. I can Help You in this topic: "I don't know how to put the "filter_nfc.xml" under "res/xml" directory." You should go to Yor project folder then Objects\res\xml And please create nfc_tech_filter.xml But You have to change files setings to...
www.b4x.com
Although trying to integrate it with my app that uses NFC version 2.0, I'm getting some missing types due to the old code. I figured i could try use both libraries by renaming the old one to "NFCOld", but I get an ambiguous reference for the nfc type between the two libraries.
Is there a way I can specify which library I want to access the nfc variable from?
Like i can see this being solved if I were able to do:
Private nfcold As NFCOld.NFC
...
But I don't know how to achieve this in B4X
Thanks