Mauin / RxFingerprint

Android Fingerprint authentication and encryption with RxJava
Apache License 2.0
379 stars 81 forks source link

RxFingerprint without RX #111

Open elephant-cf opened 5 years ago

elephant-cf commented 5 years ago

RX is a good library, but very heavy in some cases. I would like to be able to custom build RxFingerprint without RX using kotlin coroutines or some other own mechanisms for asynchronous calling and delivering the result.