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) {
}
};
Thank you for your help, we appreciate it
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) {
}
};
Thank you for your help, we appreciate it