login and register with php MySQL and volley library in android studio 2023 (part 2)
ฝัง
- เผยแพร่เมื่อ 31 ต.ค. 2024
- login and register with php MySQL and volley library in android studio 2023 (part 2)
Hey guys, in this video I will show you how to user registered using 000webhost server and android studio.
you can download UI_Pages using this link - drive.google.c...
watch the full video !!
verry helpful video thanks 👍👍
❤️
Thank you alot brother , its working perfectly
easyonecoder.com & Please subscribe my new channel and watch new videos
Супер!
www.easyonecoder.com/
I did the same as you, the sql is different but when I signup it says User email already exits and then I go to phpadmin but can't find it added is there any way to fix it?
about 35 minutes 49 paper
www.easyonecoder.com/
if (response.equals("success")){
showMessage("Registration Successful"); ...............Replace "equals" with "contains". The code will be : if (response.contains("success")){
showMessage("Registration Successful");
100 % work
www.easyonecoder.com/
It is not better to use fragment in login and register instead of activity?
Fragments and Activities serve different purposes in Android development, and both can be used for implementing login and registration functionality. However, there are some considerations to keep in mind when deciding whether to use a Fragment or an Activity.
Complexity
Navigation
Reusability
Ultimately, the choice between using an Activity or Fragment for login and registration depends on the specific requirements of your app. Both approaches can be used effectively, so it's important to carefully consider the pros and cons before making a decision.
@@easyonecoders1418Thank you for your guidance
If possible, make a video about staying logged in
Please use voice
please add forget password