devnied / EMV-NFC-Paycard-Enrollment

A Java library used to read and extract data from NFC EMV credit cards (Android/PCSC).
Apache License 2.0
1.48k stars 593 forks source link

Example for IProvider Android implementation #55

Closed RiusmaX closed 4 years ago

RiusmaX commented 4 years ago

Hi,

Thanks for your work !

Can you provide an example to use this lib with Android ?

I just need an example provider to replace javax.smartcardio. with an android.nfc. class (like your app).

I've tried so many things but no results for now :/

Thanks :)

DarrelAeturnum commented 4 years ago

Hi. I am having the same issue. Have you found any samples on Android ?

RiusmaX commented 4 years ago

Hi ! Yes, Check this fork : https://github.com/pro100svitlo/Credit-Card-NFC-Reader

DarrelAeturnum commented 4 years ago

Hi ! Yes, Check this fork : https://github.com/pro100svitlo/Credit-Card-NFC-Reader

Awesome. You're a star ! Thanks @RiusmaX

devnied commented 4 years ago

I have added an Android sample for the provider https://github.com/devnied/EMV-NFC-Paycard-Enrollment#android-usage