How to Make a FingerPrint Authentication System in Android Studio and Java

  Рет қаралды 34,144

doctor code

doctor code

Күн бұрын

Пікірлер: 60
@Biometrics
@Biometrics 3 жыл бұрын
A nice implementation .
@DoctorCode9
@DoctorCode9 3 жыл бұрын
Glad you like it!
@davehoudi23
@davehoudi23 4 жыл бұрын
Nice Tutorial, it helped me a lot, we need more
@RaniMishra26
@RaniMishra26 3 жыл бұрын
Nice 👍
@IIIISamloBerutu
@IIIISamloBerutu 4 жыл бұрын
big thanks bro
@asadbangash3590
@asadbangash3590 4 жыл бұрын
Nice tutorial, very to the point with enough comments in it to make u understand
@theroarmusics
@theroarmusics 4 жыл бұрын
I'm more concerned about the theme of the android studio they're using, looks pretty sick.
@MystyXsoul
@MystyXsoul 2 жыл бұрын
Wow this vid was so awesome! Everything you did was explained
@rasakibalogun9316
@rasakibalogun9316 3 жыл бұрын
this is great I followed the steps and it worked thank you. I have a separate app created and want t use this method to log in it. how can you do this ??
@rasakibalogun9316
@rasakibalogun9316 3 жыл бұрын
I have a physical fingerprint sensor powered and programmed with the Arduino Uno can I use that also ?
@DoctorCode9
@DoctorCode9 3 жыл бұрын
You can create a class in which you add the login method, and then call the class inside your main app, I've done the same thing to my app and it work
@christianoscco6462
@christianoscco6462 3 жыл бұрын
@@DoctorCode9 puedes brindar el video de los pasos
@rifkiaryafarezi750
@rifkiaryafarezi750 2 жыл бұрын
Hey, it's an amazing videos. I'm just curious about one thing, where's the fingerprint data store, in mobile storage or database server? Is it possible to store it in database server using mySql so that user can do authentication even in another smartphone. Thank you in Advance!!
@waldankamalruddin7631
@waldankamalruddin7631 Жыл бұрын
Had u find the answer?
@sonnyornido7070
@sonnyornido7070 2 жыл бұрын
Did you use the built in scanner of the phone? Is it possible to use it for multiple persons?
@DoctorCode9
@DoctorCode9 2 жыл бұрын
it use the phone built in scanner so it will accept all the registered fingerprint
@elmohandesAlaaEzz
@elmohandesAlaaEzz 4 жыл бұрын
nice if you can explain face login tutorial thank you
@elsalvadorvistopordron.5488
@elsalvadorvistopordron.5488 4 жыл бұрын
thanks bro you have a new subscribed
@donordonez5073
@donordonez5073 2 жыл бұрын
This fingerprint uses the registered Fingerprint in the hardware right?
@donordonez5073
@donordonez5073 2 жыл бұрын
Do you have new view for fingerprint authentication? And can i request creating a student portal?
@Anthony-oz4wv
@Anthony-oz4wv 4 жыл бұрын
I have tested this and it works perfectly. But when I failed to authenticate a few times and I keep pressing the button, the dialog appears for a split second and then disappear. Is there any way so that instead of doing that I want to show toast saying "Please wait before trying again"?
@DoctorCode9
@DoctorCode9 4 жыл бұрын
the authentication is provided by the android system which gives you 5 tries and then you have to wait 15sec, for what you want to do, you can create a boolean variable and save the state of the authentication and create a condition inside the onclick method
@Anthony-oz4wv
@Anthony-oz4wv 4 жыл бұрын
@@DoctorCode9 okay thanks a lot for the feedback
@anazulemabarboza6926
@anazulemabarboza6926 3 жыл бұрын
Excelente Trabajo !
@sagarvaiyata9510
@sagarvaiyata9510 3 жыл бұрын
7:27 .from(this) I am getting error on from.
@devweb1096
@devweb1096 2 жыл бұрын
same error also for me bro did you fixed it
@Engimatic_nyax
@Engimatic_nyax 2 жыл бұрын
@@devweb1096 hey create a global variable on the main activity class: private BiometricManager biometricManager; then simply skip the BiometricManager(this) line and start with the switch statement. also make sure that ur dependency have implementation 'androidx.biometric:biometric:1.0.0' implementation 'androidx.biometric:biometric:1.2.0-alpha04' hope it helps
@LTENTEAM
@LTENTEAM 3 жыл бұрын
Thank you bro.
@sanjanachauhan8577
@sanjanachauhan8577 3 жыл бұрын
What happened at 13.18 ..how did the dialog box appear?
@dorgerson8741
@dorgerson8741 3 жыл бұрын
Can’t Override methods are 13:28, cannot reslove constructor.🤦🏿‍♂️
@janstrakos969
@janstrakos969 4 жыл бұрын
Works! Thanks
@muhammadyousufkhan3616
@muhammadyousufkhan3616 3 жыл бұрын
Please Help line #23 in Main Activity, I got Error on '.from' BIometricManager biometricManager = BiometricManager.from(this);
@tanguystaes4373
@tanguystaes4373 3 жыл бұрын
Do you found solution please ? Same error
@devweb1096
@devweb1096 2 жыл бұрын
@@tanguystaes4373 i also face the same error
@Engimatic_nyax
@Engimatic_nyax 2 жыл бұрын
@@devweb1096 hey create a global variable on the main activity class: private BiometricManager biometricManager; then simply skip the BiometricManager(this) line and start with the switch statement. also make sure that ur dependency have implementation 'androidx.biometric:biometric:1.0.0' implementation 'androidx.biometric:biometric:1.2.0-alpha04' hope it helps
@ahmedutuber
@ahmedutuber 3 жыл бұрын
your good but some code wrong when i test in laptop
@x87199x
@x87199x 3 жыл бұрын
Hi. DO you have the source code?
@marshal7969
@marshal7969 4 жыл бұрын
How do i make it center? Mine pops up from the bottom
@noelwalder9782
@noelwalder9782 3 жыл бұрын
The button pops up from bottom or what? (if you mean your button you can just add android:gravity="center" to your LinearLayout)
@carlosestevez583
@carlosestevez583 4 жыл бұрын
Someone knows, how can i put the fingerprint in a BD??
@prashantjha5480
@prashantjha5480 4 жыл бұрын
can you provide the link to source code?
@miza3351
@miza3351 4 жыл бұрын
I had this issue when i tried to run ,APT: error: attribute android:Layout_marginVertical not found. somebody knows why???
@cacpn
@cacpn 4 жыл бұрын
Souce code please, very good, project
@malakgdoura5804
@malakgdoura5804 3 жыл бұрын
I have error can you help me plzz 😢
@crispychicken3129
@crispychicken3129 3 жыл бұрын
Your app is not completed
@ashtongrist
@ashtongrist 4 жыл бұрын
Why not Kotlin... I thought we are all doing Kotlin now!
@DoctorCode9
@DoctorCode9 4 жыл бұрын
It's an old tutorial and I'll make a remake
@ashtongrist
@ashtongrist 4 жыл бұрын
@@DoctorCode9 seize the day.. I have a business to invent and I insist you teach me everything step by step so that I may profit from your capacity to learn and relay stuff
@Rassy_
@Rassy_ 3 жыл бұрын
@@ashtongrist you insist? 🤔🙄 .. what the hell
@mrb7931
@mrb7931 3 жыл бұрын
Code isn't working , showing error Could not resolve androidx: biometric: biometric
@noelwalder9782
@noelwalder9782 3 жыл бұрын
is your problem still there? (maybe I can help)
@mrb7931
@mrb7931 3 жыл бұрын
@@noelwalder9782 yes
@noelwalder9782
@noelwalder9782 3 жыл бұрын
@@mrb7931 if you added only androidx:biometric:biometric it would not work u have to add a point after androidx so it should like this in total implementation 'androidx.biometric:biometric:1.2.0' if you have the latest version of android studio. Sometimes it shows errors because of the numbers at the end. Im not good at all but if that didnt solved ur problem write me and I search why.
@noelwalder9782
@noelwalder9782 2 жыл бұрын
@Liviu Băncilă uff dude that was long ago i havent programmed for like 6 months but i can still try to help
@Afzalkhan-yw8eu
@Afzalkhan-yw8eu 3 жыл бұрын
Please provide source code
@mrb7931
@mrb7931 3 жыл бұрын
It didn't showed as in my laptop 💻. I can't see the XML code.🙄 Help me
@malliditarunreddy
@malliditarunreddy 3 жыл бұрын
can you elaborate?
@robb9412
@robb9412 3 жыл бұрын
How about register a fingerprint in app?
@pharelsfoussom6466
@pharelsfoussom6466 4 жыл бұрын
can you provide the link to source code please?
Custom ListView in Android Studio and Kotlin
18:20
doctor code
Рет қаралды 2,3 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Fingerprint Authentication System in Flutter
17:13
doctor code
Рет қаралды 28 М.
Sign Up Log In In Figma
16:53
Ui Ux Designer Yusuf
Рет қаралды 697