Re: MIFARE SDK for Android

Forum MIFARE SDK MIFARE SDK for Android Re: MIFARE SDK for Android

Re: MIFARE SDK for Android

10. June 2014 at 20:42
follow the below steps for accessing :
1- private NxpNfcLibLite libInstacne = null;
2- Activity Oncreate method
libInstacne = NxpNfcLibLite.getInstance();
libInstacne.registerActivity(this);

3-Activity onNewIntent method override classic and plus
libInstacne.filterIntent(intent, new Nxpnfcliblitecallback() {
public void onMifareClassicCardDetected(final MFClassic objMFCCard) {
}

public void onMifarePlusCardDetected(final Plus objMFPlus) {
}

Note: Classic will not detect in Samsung S4 due to Brcm controller.
+ 0  |  - 0