nfc-card-reader
nfc-card-reader copied to clipboard
Rxify readCard() API
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 styled API's and defer the heavy operation to a scheduler