Vignesh Ramachandra

Results 2 issues of Vignesh Ramachandra

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