I want to create an Android app that search by fingerprint for users.
Every user will have account, I want store the fingerprint of every user in database and when I read any fingerprint I will search in my database for user how has this fingerprint.
How I can do it using Android? Would Google Fingerprint API help me?