Nice tutorial, very to the point with enough comments in it to make u understand
@theroarmusics4 жыл бұрын
I'm more concerned about the theme of the android studio they're using, looks pretty sick.
@MystyXsoul2 жыл бұрын
Wow this vid was so awesome! Everything you did was explained
@rasakibalogun93163 жыл бұрын
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 ??
@rasakibalogun93163 жыл бұрын
I have a physical fingerprint sensor powered and programmed with the Arduino Uno can I use that also ?
@DoctorCode93 жыл бұрын
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
@christianoscco64623 жыл бұрын
@@DoctorCode9 puedes brindar el video de los pasos
@rifkiaryafarezi7502 жыл бұрын
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 Жыл бұрын
Had u find the answer?
@sonnyornido70702 жыл бұрын
Did you use the built in scanner of the phone? Is it possible to use it for multiple persons?
@DoctorCode92 жыл бұрын
it use the phone built in scanner so it will accept all the registered fingerprint
@elmohandesAlaaEzz4 жыл бұрын
nice if you can explain face login tutorial thank you
@elsalvadorvistopordron.54884 жыл бұрын
thanks bro you have a new subscribed
@donordonez50732 жыл бұрын
This fingerprint uses the registered Fingerprint in the hardware right?
@donordonez50732 жыл бұрын
Do you have new view for fingerprint authentication? And can i request creating a student portal?
@Anthony-oz4wv4 жыл бұрын
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"?
@DoctorCode94 жыл бұрын
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-oz4wv4 жыл бұрын
@@DoctorCode9 okay thanks a lot for the feedback
@anazulemabarboza69263 жыл бұрын
Excelente Trabajo !
@sagarvaiyata95103 жыл бұрын
7:27 .from(this) I am getting error on from.
@devweb10962 жыл бұрын
same error also for me bro did you fixed it
@Engimatic_nyax2 жыл бұрын
@@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
@LTENTEAM3 жыл бұрын
Thank you bro.
@sanjanachauhan85773 жыл бұрын
What happened at 13.18 ..how did the dialog box appear?
@dorgerson87413 жыл бұрын
Can’t Override methods are 13:28, cannot reslove constructor.🤦🏿♂️
@janstrakos9694 жыл бұрын
Works! Thanks
@muhammadyousufkhan36163 жыл бұрын
Please Help line #23 in Main Activity, I got Error on '.from' BIometricManager biometricManager = BiometricManager.from(this);
@tanguystaes43733 жыл бұрын
Do you found solution please ? Same error
@devweb10962 жыл бұрын
@@tanguystaes4373 i also face the same error
@Engimatic_nyax2 жыл бұрын
@@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
@ahmedutuber3 жыл бұрын
your good but some code wrong when i test in laptop
@x87199x3 жыл бұрын
Hi. DO you have the source code?
@marshal79694 жыл бұрын
How do i make it center? Mine pops up from the bottom
@noelwalder97823 жыл бұрын
The button pops up from bottom or what? (if you mean your button you can just add android:gravity="center" to your LinearLayout)
@carlosestevez5834 жыл бұрын
Someone knows, how can i put the fingerprint in a BD??
@prashantjha54804 жыл бұрын
can you provide the link to source code?
@miza33514 жыл бұрын
I had this issue when i tried to run ,APT: error: attribute android:Layout_marginVertical not found. somebody knows why???
@cacpn4 жыл бұрын
Souce code please, very good, project
@malakgdoura58043 жыл бұрын
I have error can you help me plzz 😢
@crispychicken31293 жыл бұрын
Your app is not completed
@ashtongrist4 жыл бұрын
Why not Kotlin... I thought we are all doing Kotlin now!
@DoctorCode94 жыл бұрын
It's an old tutorial and I'll make a remake
@ashtongrist4 жыл бұрын
@@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_3 жыл бұрын
@@ashtongrist you insist? 🤔🙄 .. what the hell
@mrb79313 жыл бұрын
Code isn't working , showing error Could not resolve androidx: biometric: biometric
@noelwalder97823 жыл бұрын
is your problem still there? (maybe I can help)
@mrb79313 жыл бұрын
@@noelwalder9782 yes
@noelwalder97823 жыл бұрын
@@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.
@noelwalder97822 жыл бұрын
@Liviu Băncilă uff dude that was long ago i havent programmed for like 6 months but i can still try to help
@Afzalkhan-yw8eu3 жыл бұрын
Please provide source code
@mrb79313 жыл бұрын
It didn't showed as in my laptop 💻. I can't see the XML code.🙄 Help me