hello B4a master,
I got an assignment from school to make Nfc Reader, I have been looking for samples in b4a a few days but can't find it, can I help you how to convert java (sample) to b4a to be used in b4a.
private NfcAdapter.ReaderCallback mReaderCallback = new NfcAdapter.ReaderCallback () {
public void onTagDiscovered (Tag tags) {
}
};
Hi udg,
thank you very much, and 1 more question, can you help me convert to our small program (java) to B4A (use javaobject). I'm still confused how to convert it to b4a
private NfcAdapter.ReaderCallback mReaderCallback = new NfcAdapter.ReaderCallback () {
public void onTagDiscovered (Tag tags) {
mTag = tags;
}
};