Hello, after a year or so spent developing an nfc app with b4a, i'm now looking forward to a possible ios port, and was considering the purchase of b4i .
The app reads, interprets and writes NFC-V (ISO 15693) tags inside various devices.
This is done in b4a with a custom version of the java library released by the hardware manifacturer (ST).
The library imports android.nfc.tag and then declares an android.nfc.tech.nfcv and calls methods like .transceive, passing various communication frames.
Will that library still be usable on b4i? Is there an easy way to port it without having to redesign it from scratch (which would take ALOT of time)?
And if both answers are negative, are there any plans for native nfcv support on b4i, or third party libraries that accomplish the same result?
Thanks
The app reads, interprets and writes NFC-V (ISO 15693) tags inside various devices.
This is done in b4a with a custom version of the java library released by the hardware manifacturer (ST).
The library imports android.nfc.tag and then declares an android.nfc.tech.nfcv and calls methods like .transceive, passing various communication frames.
Will that library still be usable on b4i? Is there an easy way to port it without having to redesign it from scratch (which would take ALOT of time)?
And if both answers are negative, are there any plans for native nfcv support on b4i, or third party libraries that accomplish the same result?
Thanks