I've been following this link https://android-developers.googleblog.com/2015/10/new-in-android-samples-authenticating.html for the server side verification. But I think this is applicable to private android mobile(only personal fingerprint) to server verification.
But my case is little bit different. I want to store fingerprints of other people on my device ( making my device public) so that all people who have their fingerprints on my device should individually process their own transaction with the server.
Is there any way to solve it?