Re: How can i download the Mifare SDK FULL version of library?

Forum MIFARE SDK How can i download the Mifare SDK FULL version of library? Re: How can i download the Mifare SDK FULL version of library?

Re: How can i download the Mifare SDK FULL version of library?

22. September 2014 at 8:29
Hi lishuang,
With nxpnfcliblite.jar you can authenticate the DESFire card , get the UID of the DESFire card and also you can read and write the any arbitrary data. you can see the sample code for reference, where using of DESFire lite functions are explained.

Please follow below steps.
1) Get the new factory default DESFire card. [ Must ]
2) Follow the basic skeleton of the code as given in sample app.
3) In onNewIntent function implement Nxpnfcliblitecallback call back in filterIntent API.
4) Override the onDESFIRECardDetected function in Nxpnfcliblitecallback
5) When you tap the card you will automatically get the Desfire object in onDESFIRECardDetected ,

All the above steps are given in sample application source code.
Ensure that all the NFC required permissions and required intent filters are correctly registered in your application. See AndroidManifest.xml for reference.

Ensure you have included the techlist.xml in res/xml folder in application structure. you can see the source code for reference.

Regards,
Maruthi Konda
+ 0  |  - 0