Maxim Kozin lol I learn more from Indian RUclipsrs than my IT teacher who is really slow at teaching and spends most of the lesson calling me to installing inessential software.
Simple, to the point, well explained, no bakwaaz tutorial. This would be the tutorial I'd suggest people who are starting to learn Android Development. Good job Man. You won the sub.
i face same problem (username=="admin ") not working not move second activity but again i apply your method username.equals("admin"),,,,and than solve my problem thanks dear ,,,,
Hey Professor DK! I'm new to Android Studio, and I was just wondering what are the advantages to constrained layout versus something like relative layout. Is it because then it's adaptable to multiple devices, and also different orientations?
Constraint Layout is the default Layout currently. It is simillar to the relative layout but has a lot more futures. You can connect Views relative to one another and it makes editing easier. Hope this helps :) Read more here: developer.android.com/training/constraint-layout
Best video for beginners like me. Very down to earth and I finally made this app ... You are a better teacher than my android studio teacher...Make more videos. Thank You
This is mostly spot on, only change I would make is to your string comparison for the username and password - you should use .equals() instead of ==. Aside from that, well done!
Dude U R just awsome....it would be really helpful if you upload a tutorial of entire API explained on video...I mean how every function can be utilized... hat's off to the way you explain things... Please do give a thought about it.... It will help many
I'm searching for a basic tutorial on setting up and using SQLite. Maybe you can build on to the log in app so that the details get saved to a DB. Just thought I'd throw the idea your way.
This tutorial is really good for beginners but of course i noticed that using "==" for string comparisons is a bad choice as it was returning false every time the condition was executed.
Really your tutorial is very detailed and understable, Hence I should call you Sir. Thanks for the this tutorial ,Keep this type of tutorial coming, Sir❤️
hello sir, first of all i would like to thank you so much...because of your lessons i was able to do my college project.... I need a help sir, i am working on doctor appointment system where patient book a slot for apointment with his details (Name,age,type of disease,gender,mobile number, date of appointment, and time slot of appointment )....can you guide me how to send an sms automatically to the user's mobile number stating "your appoint has confirmed on dd/mm/yyyy at hh:mm ."when he clicks submit button using Firebase cloud Messaging.........waiting for your reply... better if I get the solution as soon as possible as my submission date is nearing.......thank you sir. if you could able to share a video link of this snippet it will be very helpfulsir.
Hi sir. Your course are very helpful. I have tried 2 of them. One was successful, this above project was not successful. I would like to learn more, may I know will conduct any class. Kindly reply me. Awaiting your reply Thanks
No matter how many projects I make, I never get the wifi option in the top or the navigation in the bottom, any suggestions as to why that might be happening? also, great video, made it so easy to understand.
Thanks Prof DK It worked perfectly. I have spent ages online trying to do this for few days until i encounter your page. I'll follow all your lectures on this mobile tutorials. Thanks once again. But how do i create user's registration info and get that data working for me when i login?? I do await your feedback
Sir thank you for this video. Sir can you please make another small part of this video continue like to check whether the edit text is empty or not. If it is empty than it should show some message else not. Please sir
+santosh sutradhar Android Apps in itself are made using Java. If you are new to this and want to start Android Development, its easier to learn Java by applying (creating apps) rather than studying Java and then applying :)
Bai aap jo kr rhe ho na ye kisi Se km nhi ha itni madad kon krta ha bai Support you ee are with you bs aise hi kaam krte rho bai ek request ha agr ho ske to ek earning app vnane ke baare ma sikhao fullyfeatured.
Hello Professor DK, please do have a tutorial for Android login and register that connects to a local database. Thank you for this one, its a big help for me.
In the MainActivity.java, why is there a letter J with blue highlight instead of the usual symbol "C"? Please help. Since it cannot recognize Buttons or Texts
Once again a kind kid from India teaches me through RUclips what a professor who I pay 1000$ per course can't teach me properly
Thats true
Maxim Kozin lol I learn more from Indian RUclipsrs than my IT teacher who is really slow at teaching and spends most of the lesson calling me to installing inessential software.
In the past 4 years of studying IT, 100% of what I have learnt is completely self taught and from amazing videos like these.
Wow... That's kind of inappropriate?
@@x_ankur twitter.com/dheerajkmth see there. he is teen.
First of all, DK is a Learned person, The way of teaching is excellent......
Nicely done. For newbies, like me, it is a kind and professional act for you to make these videos. Thank you!
Glad you liked it! Means a lot :)
so fast bro
@@ProfessorDK need a help
Nice login page which has helped me in my project .keep it up bro
@rick can you tell me how to create id and password like google /fb/netflix on android studio which works online and is sequre.... Plz do reply
Best android login tutorial series I saw on youtube. Login with Firebase database is great. Keep up the good work sir.
Great, I finally see how Android studio works
Your video is the starting point for me in this coding world. Thank you
I agree i almost gave up on android programming, thank you
Simple, to the point, well explained, no bakwaaz tutorial. This would be the tutorial I'd suggest people who are starting to learn Android Development. Good job Man. You won the sub.
This video was very helpful man! Keep it up!
I was searching for Android tutorial for beginners and found this very useful. Now I have full confidence to start a Android application.
Thank you, I'm learning a lot through your tutorials :)
you’re way better than my lecturer
i face same problem (username=="admin ") not working not move second activity but again i apply your method username.equals("admin"),,,,and than solve my problem thanks dear ,,,,
Thanx vai... U solved it
Thanks brotherr
Manyy many thanks for ur this comment 🙏🙏
Warna mera 1hr waste hua tbse aur i fail to find the prblm..thanks
.equals method will work on every place like jsp or simple java file
Thank you so much for your comment brother ♥
generally, I don't comment, but couldn't resist me now, and to subscribe too!
Thank you for your smooth explanation. I understand the layout constraints even though that's not the point of the video. Haha thanks again!
Very helpful and good explanation even if u know basically nothing about programming u can understand it.
Thanks For helping Newbies Like Us
This is the kind of tutorial I needed to jump-start me in Android app development. For this you get a like and I subscribe to your channel.
Hey Professor DK! I'm new to Android Studio, and I was just wondering what are the advantages to constrained layout versus something like relative layout. Is it because then it's adaptable to multiple devices, and also different orientations?
Constraint Layout is the default Layout currently. It is simillar to the relative layout but has a lot more futures. You can connect Views relative to one another and it makes editing easier. Hope this helps :)
Read more here: developer.android.com/training/constraint-layout
The way you explain code is absolutely owesome
The tutorial was really helpful
Best video for beginners like me. Very down to earth and I finally made this app ... You are a better teacher than my android studio teacher...Make more videos. Thank You
your code doesnt send u to second activity even when u enter correct details it just decreases the login attempts
Change == to .equals()
@@ProfessorDK nope u have to add counter block outside the else loop
I have to agree with all the commenters here. You have presented the information so clearly and it is extremely helpful. Thank you so much. Mary
Hello, when i start emulator it says LoginDemo keeps stopping and when i hit restart it says the same what can i do ?? Thanks
Even I am facing the same problem.
Wow amazing done for beginners....ty
???? :( If anyone knows how to do those quotations or if I need that exact symbol to get that function to work please help
you need to use .equals() insead of ==
Thanks sir. You told me one such mistake that could change my whole project.
*PAISE KI BAAT HEE NHI THI MAINE BOLA DIVINE BADA HAI TU TAB SADA*
Good and easiest tutorial on RUclips,Thanks for providing knowledge,keep uploading such a videos...
January 2, 2021 , still relevant. Thank you dude
This is mostly spot on, only change I would make is to your string comparison for the username and password - you should use .equals() instead of ==. Aside from that, well done!
I even understood the code lines you had wrote by your explanation !!! Thats awesome ..Thanks bro
Keep the videos coming man these are super useful!
+Richard Pilhofer Glad you liked it. Happy learning :)
Dude U R just awsome....it would be really helpful if you upload a tutorial of entire API explained on video...I mean how every function can be utilized... hat's off to the way you explain things... Please do give a thought about it.... It will help many
+mohammed abu aslam I had actually not thought about this. Seems like a brilliant thing to do. Thanks for the idea mate. Surely, will do :)
well explained ........it's showing unfortunetly stopped while runing the applications
Glad I found you DK. Very clear and ez to follow. Thanks!
+cscastro Glad you liked it. Happy Learning :)
I'm searching for a basic tutorial on setting up and using SQLite. Maybe you can build on to the log in app so that the details get saved to a DB. Just thought I'd throw the idea your way.
You are so fantastic.. You teach so well.. Kudos to you
This tutorial is really good for beginners but of course i noticed that using "==" for string comparisons is a bad choice as it was returning false every time the condition was executed.
i was stack too when i tried to use it
2020 am here very nice video Sir
Thank you so much sir.. please keep up the good work, it helps a lot for beginners like me.
Great video,
just that there is problem with ==, It should be str1.equals(str2), rest nicely done. Kudos
Is that the reason my app is not able to take me to second screen?
Bhut bdhiya brother, india di shaan
Really your tutorial is very detailed and understable, Hence I should call you Sir.
Thanks for the this tutorial ,Keep this type of tutorial coming, Sir❤️
One of the best tutorial! Very easy to understand. Thanks Alot!
Please always upload a good quality videos
Thanks for this what I have been looking for
StraightForward & Simple
Subscribed!!
Thank you :)
This is the best tutorial I've seen so far for beginners like me. You've really done a great work Sir. Thank you very much.
Love your way of teaching :)
You are amazing my friend, thank you so much
Simple and to the point, please keep this great content!
This is the first use full video of android studio on RUclips
Really useful.... Plz make a new more videos on Android app making
Good one. Clearly explained most important key points.. thanks mate.
Sir your video was just Awesome.If you have more this type of video,Kindly provide the link... Thank you.
Glad you liked it. Follow my playlist on Simple Login App using Database. There are many other tutorials which are simple and easy to implement :)
This video help to new app builders
Thanks.. You saved a day of my time👍👍
thanks a lot sir you enplane very well its help for me for my project.
Very Nice Man!! Thank You Very Much! Your tutorial is really straightforward. Just the way I like!!
+Matheus Dümpelmann Glad you liked it. Happy learning :)
complicated
Very nice explanation....want more projects
Wnt more videos on android studio frm uhhh such an awesome person uh r
I just learned new lesson good one @proffesor 🔥 2021
hello sir, first of all i would like to thank you so much...because of your lessons i was able to do my college project.... I need a help sir, i am working on doctor appointment system where patient book a slot for apointment with his details (Name,age,type of disease,gender,mobile number, date of appointment, and time slot of appointment )....can you guide me how to send an sms automatically to the user's mobile number stating "your appoint has confirmed on dd/mm/yyyy at hh:mm ."when he clicks submit button using Firebase cloud Messaging.........waiting for your reply... better if I get the solution as soon as possible as my submission date is nearing.......thank you sir. if you could able to share a video link of this snippet it will be very helpfulsir.
Very Good, I am learning Java and I want to focus in Mobile.
That is a good video to start in mobile
Hi sir.
Your course are very helpful.
I have tried 2 of them.
One was successful, this above project was not successful.
I would like to learn more, may I know will conduct any class.
Kindly reply me.
Awaiting your reply
Thanks
Very Wonderful job. Very useful to me to develop my android app. Thanks a lot.
No matter how many projects I make, I never get the wifi option in the top or the navigation in the bottom, any suggestions as to why that might be happening? also, great video, made it so easy to understand.
Thanks Prof DK It worked perfectly. I have spent ages online trying to do this for few days until i encounter your page. I'll follow all your lectures on this mobile tutorials. Thanks once again. But how do i create user's registration info and get that data working for me when i login?? I do await your feedback
Excellent explanation, professor. Thank you very much.
Sir Thank you! so much! seriously the only video that i actually understand!
You're welcome. Glad you liked it :)
Very helpful for me.. Thank you very much
Sir very nicely explained.
Sir can you make videos on dialog
Great tutorial man 🙏🙏🙏🙏
Please don't stop teaching us
thanks for making these video...awesome clarity....thnx again
Sir thank you for this video. Sir can you please make another small part of this video continue like to check whether the edit text is empty or not. If it is empty than it should show some message else not. Please sir
Just use username.isEmpty() and check if it is null inside a if else loop. If any error display a toast :)
Thanks alot.this tutorial is very informative and helpful for beginners
Downlaod this android tutorial app
play.google.com/store/apps/details?id=analog.androidtutorial&hl=en
To become android developer which programming language should I learn? Thanks for your time.
+santosh sutradhar Android Apps in itself are made using Java. If you are new to this and want to start Android Development, its easier to learn Java by applying (creating apps) rather than studying Java and then applying :)
java or javascript?
Very Informative..!
really nice and helpful video tutorial.
u xplain ur thought 'n' process very well.
Thanks! Glad you liked it :)
nice tutorial.. but what if i want input more than one username in the same button for example dog1 = puppy1, dog2 = puppy2 etc...
Bai aap jo kr rhe ho na ye kisi Se km nhi ha itni madad kon krta ha bai Support you ee are with you bs aise hi kaam krte rho bai ek request ha agr ho ske to ek earning app vnane ke baare ma sikhao fullyfeatured.
Thank you so much for making such a nice video . It helps me a lot to develop application
Really to say I learned a lot from ur videos tq
Thanks this gave me hope yo create my first app
Awesome video, very easy to follow and understand :)
awesome video Prof DK! really helped alot
Thanks for publishing this video. Nice Video.
nice. you have good quality to teach simple way
Glad you liked it :)
Hello Professor DK, please do have a tutorial for Android login and register that connects to a local database. Thank you for this one, its a big help for me.
+Angela Pulhin Yes definitely! Will upload it soon :)
Thanks bhai, learnt a lot from you today.
thanks for nice, simplified tutorial. keep up good work
This is a very helpful tutorial video
Easy to follow and implement!!! Thanks
such a nice video for beginners
Nicely explained 😊
Great job. You did well, it is quite easy.
I didn’t get what you meant by constraint to bottom, left right etc. could you please explain. Thank you
In the MainActivity.java, why is there a letter J with blue highlight instead of the usual symbol "C"? Please help. Since it cannot recognize Buttons or Texts
bahut sahi explain kiya hai bhai