Login and Registration in Android Studio

preview_player
Показать описание
Implementing Login, Logout, Registration and profile data fetching in Android using PHP and MySQL database also we are using shared preferences to store login status. Login And SignUp In Android With MySQL, create an awesome looking login and signup (register) forms and also code the functionalities. Using XAMPP in localhost connection fully explained.

########## For Doubts (ask it here) ################
############################################

########## For Business Queries ##########
Contact us for any business queries:
Phone number: +918281536333
####################################

00:00 Intro
00:05 Demo
01:01 PHP API Implementation
31:08 Android Implementation
01:42:15 Fixing Error: All Fields are required
01:43:09 Fixing Error: Unauthorized access
01:45:22 Fetching user data after login
01:48:00 Showing error message in Login
01:49:37 Go back to login from registration

Find us on Social Media:
Рекомендации по теме
Комментарии
Автор

​Feel free to ask all your doubts here

CodesEasy
Автор

Best tutorial i have seen so far and implementation ! Kudos

ashutoshkaushik
Автор

thank u followed every step and worrks perfectly

worldy
Автор

hello, i'm creating an android app for iot so i have to use mqtt protocol and mysql. for broker i'm using hivemq and i want to create login and registration via this tools. do you have any idea how can i create it?

lamia_
Автор

thanks a lot for your Code, and really nice support Team, , really thanks a lot

alhanfy
Автор

Hi sir, I saw your video, which is the "upload image", and thanks for that sir, because it's a really great help for me as a beginner. I'd like to ask you a question, sir: how difficult is it to combine the selected image in register? because I want the registration form to require the user to select an image, such as a 1-by-1 ID.

janearltocson
Автор

if i do the php in visual studio code is this working?

princeaironncorasa
Автор

Thank you so much sir for the video It will really help me I I can able to store registration data but when I go to login the error shown in my android studio is this SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length, Sir please help me .

rupalidhakne
Автор

Sir please help me how to product add to cart by user I'd php mysql

ronanhruti
Автор

Good morning/afternoon/evening sir, i followed everystep of the vid you made it's wonderful but i'm having this "org.json.JSONException: Value <br of type java.lang.String cannot be converted to JSONObject" problem on login and specifically on this line logcat says:
JSONObject jsonObject = new JSONObject(response);
new Response.Listener<String>() {

is there anyway to solve this issue?

reallyseriously
Автор

Good video, the unauthorized access part fails, I changed the apikey as you did in php but it keeps giving me an error

msnalex
Автор

Thank you and i want to know is this work with volley?

assil
Автор

Hello Sir, I am just a beginner can I use those code on the latest version of Android we have now?

jeromelabsan
Автор

Hi, can i ask what is the purpose of apiKey? is it really needed to connect to mysql?

jzera
Автор

When i am done with the app and lets say making it an apk will tge login still work even if im connected to a different network

worldy
Автор

What if you want to change user data from Activity to Fragment page??

HudaAl
Автор

Can you please mention versions of all software you are using

snehakarani
Автор

Dear Brother, I follow all your video. there are two problems I faced.
1. email input = I can put anything in input in the registration form.
2. Apikey Clean UP= When I click on the log out button, the apiKey does not blank in database.
Can you help me, please?

billionbd
Автор

If after you watch on 1:42:00, and try to login then it cant go to main activity, you must change shared preferenced setting on main activity class ("logged", "false").equals("false") changed to ("logged", "true").equals("false"). it fix my error, because AS recognized that you have still logged out if it first parameter still "false" variabel

AceXT
Автор

Hi, I bought the source code and followed your video, but I have a problem while testing app in 1:11:56 part, I checked the source code and it just says "Registration failed", should I use the same api level that u use on the video? im currently using api 31 and you used api30

erickadrian