Re: ANdroid with MiFare SDK issue…

Forum MIFARE SDK ANdroid with MiFare SDK issue… Re: ANdroid with MiFare SDK issue…

Re: ANdroid with MiFare SDK issue…

7. May 2015 at 9:47
Hi, I faced the same problems too, need suggestion and help...

protected void onNewIntent(Intent intent) {
libInstance.filterIntent(intent, new Inxpnfcliblitecallback() {
///// error : Inxpnfcliblitecallback cannot be resolved to a type
///// error : the method filterIntent(Intent, lnxpnfcliblitecallback) in the type is not applicable for the arguments (Intent, new lnxpnfcliblitecallback(){})
@Override
public void onUltraLigthCardDetected(MifareUL objUlCard) {
///// error : MifareUL cannot be resolved to a type
Log.i(TAG,"UltraLight Card Detected" );
objUlCard.connect();
}
});

super.onNewIntent(intent);
}
+ 0  |  - 0