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

Rxify readCard() API

Open vickyramachandra opened this issue 4 years ago • 0 comments

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

vickyramachandra avatar Mar 28 '20 08:03 vickyramachandra