nfc-card-reader icon indicating copy to clipboard operation
nfc-card-reader copied to clipboard

An Android Library to read card data from NFC enabled cards

Results 3 nfc-card-reader issues
Sort by recently updated
recently updated
newest added

Rewrite in Kotlin maybe :)

enhancement

Currently `nfcCardReader.readCard()` is a blocking I/O call which happens on the main thread. This may potentially cause a drop in frame rates and visual glitch on UI. Hence provide Rx...

enhancement