02-18-2020, 04:09 AM
Thank yo
Meanwhile let me know if there is anything I can do with sketchware.
(02-15-2020, 11:16 AM)humanpuff69 Wrote: you can use volley and pass the data with volley using post request and return json on the php sideThanks for the tutorial link, currently my pc having some issues, so that I can't use Android Studio, I am coding with Mobile. I will definitely try the tutorial.
for example
on android post to server/login.php
post data username=test&password=test
on php server return
{success:1,user_id:420}
make a logic if success isnt equal to one tell that the password isnt correct . but if success equal one
proceed to next activity and pass the user id with intent
i used to make that kind of application and i learn it from this github repository
https://github.com/dedykuncoro/Android-L...oneksi.php
Meanwhile let me know if there is anything I can do with sketchware.