This applications is sample for Biometrics Authentication in Android using Biometrics API.
Features:
This is an Android project allowing you to use the advanced biometric authorization features.
A lightweight library for device identification and fingerprinting. Creates a device identifier from all available platform signals. The identifier is fully stateless and will remain the same after reinstalling or clearing application data.
RxJava and RxKotlin bindings for Biometric Prompt (Fingerprint Scanner) on Android (added in Android 9 Pie, API Level 28+)
"If your app is drawing its own fingerprint auth dialogs, you should switch to using the BiometricPrompt API as soon as possible."
It's an official statement from Google Android Developers Blog. RxBiometric helps you to do that via RxJava stream!
It is a digital reading library that has been designed with the focus of facilitating the implementation of FingerPrint in a simple and clear way without taking out its robustness and dynamism, besides following all the guideline that the Material Design provides. EasyFingerPrint already comes with a layout file ready and fully customizable.
A security screen using fingerprint or pin code.
Fingerprint as simple as possible. Best suited for developers who just want to have to deal with 3 things:
Android library to simplify Fingerprint authentication implementation.
A simple and beautiful Lock Screen library to set an check pin code. Integrated with fingerprint authentication. It allows to secure your app easily.
FingerprintAssistant is a library built to seamlessly integrate fingerprint api's into any android project. The custom callback structure implemented will provide callbacks for all possible scenarios encountered while integrating fingerprint api's. FingerprintAssistant primarily address the elimination of validations overhead and focus on business logic to make fingerprint auth as easy and as fast as possible.
This library offers an easy way to handle authentication and encryption using Android Fingerprint APIs.
A small library that allows You to easily manage fingererprint authentication inside your Activity or Fragment on devices with fingerprint scanner and Android M and higher. Min sdk 14
FingerLock is a library designed to make fingerprint authentication an easy task for Android developers.
A reactive wrapper around Android's fingerprint API that handles encrypting/decrypting sensitive data using a fingerprint.
RxFingerprint wraps the Android Fingerprint APIs to authenticate your users and encrypt their data with their fingerprints!
A simple, unified fingerprint authentication library for Android with ReactiveX extensions.
Fingerprint authentication on Android is a mess. This library unifies the different available APIs, deals with the idiosyncrasies of each, and adds an optional reactive interface.