Any library recommendations to protect your app wi...
# android
g
Any library recommendations to protect your app with a passcode/fingerprint. We used to use PasscodeLock from wordpress. But it is now deprecated..
a
w
We use a library called PinLockView: https://github.com/aritraroy/PinLockView. It has served us pretty well. Not sure if it's updated to support fingerprint though.
Using Android SDK like @Alejandro Rios mentioned looks promising as well!