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 !!

ความคิดเห็น • 16

  • @ninicoders
    @ninicoders ปีที่แล้ว +2

    verry helpful video thanks 👍👍

  • @lakmalvimukthi2483
    @lakmalvimukthi2483 ปีที่แล้ว +2

    ❤️

  • @bonfaceosuka
    @bonfaceosuka 9 หลายเดือนก่อน

    Thank you alot brother , its working perfectly

    • @easyonecoders1418
      @easyonecoders1418  9 หลายเดือนก่อน

      easyonecoder.com & Please subscribe my new channel and watch new videos

  • @vbn9810
    @vbn9810 ปีที่แล้ว

    Супер!

  • @tuantho2003
    @tuantho2003 ปีที่แล้ว +2

    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

    • @easyonecoders1418
      @easyonecoders1418  ปีที่แล้ว

      www.easyonecoder.com/

    • @AllTruthh
      @AllTruthh 9 หลายเดือนก่อน

      if (response.equals("success")){
      showMessage("Registration Successful"); ...............Replace "equals" with "contains". The code will be : if (response.contains("success")){
      showMessage("Registration Successful");

  • @leonardokwandry7125
    @leonardokwandry7125 ปีที่แล้ว +1

    100 % work

  • @keyvanmirzaee
    @keyvanmirzaee ปีที่แล้ว

    It is not better to use fragment in login and register instead of activity?

    • @easyonecoders1418
      @easyonecoders1418  ปีที่แล้ว +1

      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.

    • @keyvanmirzaee
      @keyvanmirzaee ปีที่แล้ว

      ​@@easyonecoders1418Thank you for your guidance
      If possible, make a video about staying logged in

    • @biplobmandal6208
      @biplobmandal6208 ปีที่แล้ว

      Please use voice

  • @Alone-p7v
    @Alone-p7v 3 หลายเดือนก่อน

    please add forget password