Sign up Screen in MIT App Inventor | Login Screen MIT App Inventor | Easy signup/login screen app

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

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

  • @lifeisthrillingyt7991
    @lifeisthrillingyt7991 ปีที่แล้ว +7

    Important points discussed in detail for better learning. This is very creative programming. Great job!

  • @janellaesguerra689
    @janellaesguerra689 2 หลายเดือนก่อน +3

    Thx so much your tutorial is super easy to follow and understand!

  • @mira-wl8ob
    @mira-wl8ob ปีที่แล้ว +2

    i had a compition and I used this tut, I won tysm!!

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

      Congratulations :) and most welcome! Thank you too for watching :)

    • @mira-wl8ob
      @mira-wl8ob ปีที่แล้ว +1

      @@ObsidianSoftEducation you are so underrated btw🤍

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

      Slow and steady wins the race! Hopefully 😁

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

    Its always fun to learn from your channel, love it ❤️

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

    Thank you for sharing such comprehensive tutorial. It's always interesting to learn with you. Hopefully this will be helpful for learners.

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

    Thank you very much for this video , you are the best in youtube channels for appinventor applications !!!

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

    That's a best tutorial with all details explained precisely 👌

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

    Really appreciate your work. It really helps beginners and make it really easy for them

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

    Best content for MIT app inventor. Thanks for sharing

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

    thanks for sharing a really informative vdo about how to sign in .. every thing u discussed was so on point

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

    Good work. Keep sharing more videos like this.

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

    What an amazing and detailed tutorial you shared 👌🏻

  • @Dhanu748
    @Dhanu748 4 หลายเดือนก่อน +1

    Thank you for helpful video
    It is working 💯 🎉

  • @Buddy_vlogzz
    @Buddy_vlogzz 10 หลายเดือนก่อน +1

    This video is very helpful for me ❤

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

    Wow this login screen looks soooo good

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

    Very informative and detailed tutorial as always thanks for sharing

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

    Thanks for sharing great tutorial...Its really creative and helpful for learners

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

    Impressive work keep sharing more

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

    Thank you for sharing this amazing tutorial ❤

  • @DimisSkarlatos-d4g
    @DimisSkarlatos-d4g 20 วันที่ผ่านมา

    wow you are the best you help me abouut my competision

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  19 วันที่ผ่านมา

      Glad I was able to help :) Best wishes for your competition!

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

    Very informative and detailed video.
    Thanks for sharing.

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

    Really informative and interesting tutorial

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

    Amazing tutorial, thanks for sharing it 👍

  • @zata430
    @zata430 9 หลายเดือนก่อน +1

    your videos are so helpful thankyou for making this videos, love from indonesia❤❤❤🎉🎉 your food so nice and hogenic i lope you, and i lope you again

  • @iMarius977
    @iMarius977 15 วันที่ผ่านมา +1

    Can u show us how to make a delete account system too?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  15 วันที่ผ่านมา

      Add a delete button and in its click event, call CloudDB.clearTag and provide userNameTxt as tag. This will delete the username along with any other data such as password.

    • @iMarius977
      @iMarius977 14 วันที่ผ่านมา

      @ObsidianSoftEducation Ok.Thanks!

    • @iMarius977
      @iMarius977 14 วันที่ผ่านมา

      And more one question, I have to do the same thing if I have the firebaseDB?

    • @iMarius977
      @iMarius977 14 วันที่ผ่านมา

      @iMarius I maked this one first but then I maked it with firebaseDB, from your tutorial

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

    So perfectly explained

  • @LBMH-vh5os
    @LBMH-vh5os 9 หลายเดือนก่อน +1

    This is an amazing tutorial! I just have one question, where could i add a step in to be able for the user to add a pfp? thank you

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

      Thank you for watching :)
      Yes, you can add a profile pic but remember a few things:
      1. You will have to change the coding of the app. At the moment, we are storing a password against a username as tag. Now, we need to add a profile picture and a password. You can have a different tag for storing profile pic such as if user name is Obsidian, you can make a tag like Obsidian_pic.
      2. The camera component of mit app inventor returns a file path and not the actual image so if you store a file path into cloudDB and try to login from some other device, the profile picture cannot be loaded as the actual image is on another device. To save the actual image in CloudDB, you need to use an extension called KIO_Base641.
      I plan to do a tutorial on uploading images to CloudDB in a week or so.

    • @LBMH-vh5os
      @LBMH-vh5os 9 หลายเดือนก่อน

      @@ObsidianSoftEducation okay, thank you so much!

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

    Amazing tutorial

  • @VSJ-kg7gf
    @VSJ-kg7gf 6 หลายเดือนก่อน +1

    Have you uploaded the next video?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  6 หลายเดือนก่อน

      Next part: th-cam.com/video/Cmy0VueB1zc/w-d-xo.html

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

    Very good information good program

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

    Please make videos on how to show Admob Ads, like app open ads, interstitial ads, native ads, banner ads etc.

  • @Info-Resources
    @Info-Resources ปีที่แล้ว +1

    hello, my app was working fine till a few weeks ago, it says java error clouddb and a bunch of other stuff. please advice

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

      Please use the notifier and use its show alert to see the exact message and copy paste it here.

    • @syazwansyaz3173
      @syazwansyaz3173 11 หลายเดือนก่อน +1

      ​@@ObsidianSoftEducationhi...where i want to check the list of the user and their password?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  11 หลายเดือนก่อน

      Use a global list and get all tags from cloudDb along with their data and add them to this global list variable. Now, show this list in listview.

  • @bratsfantasyworld
    @bratsfantasyworld 11 หลายเดือนก่อน +1

    do you know how to make an age verification on mit app please help me with that i didnt see them in your videos

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  11 หลายเดือนก่อน

      This piqued my curiosity. I just quickly put together an app for your requirement. Publishing a video tutorial might take some time as I have other tutorials in the pipeline but I have written a tutorial for you. I hope this helps: obsidiansofteducation.blogspot.com/p/age-verification-for-neutral-age-screen.html

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

    What should I do if i have separate screens for signup and login?

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

      Same code but now on different screens. The first screen shown when the app is started is the login screen. You can have a label showing at the bottom of the screen that "if you don't have an account, sign up" with a small button for sign up that opens up the signup screen.

  • @kyleandrebatin3404
    @kyleandrebatin3404 4 หลายเดือนก่อน

    hows to put try catch here... if i click log in it already goes to the mainscreen without registered account or input account

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  4 หลายเดือนก่อน

      Add if block to check that user name and password aren't empty. Please watch my advanced tutorial for such kind of error handling. Link in video description of this tutorial.

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

    where is the video that says how to setup the database

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

      How to get free cloudDB for MIT App Inventor projects | CloudDB | MIT App Inventor | FREE Redis
      th-cam.com/video/OoTNCQ_32C0/w-d-xo.html

  • @Info-Resources
    @Info-Resources ปีที่แล้ว

    please advice, my app was working a few days ago and suddenly it is not working due to some clouddb error.

    • @Info-Resources
      @Info-Resources ปีที่แล้ว +1

      I have also imported your aia file to test it out and it has the same issues. CloudDB: javanetsocket time out SSL

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

      This is an Internet error. Make sure that mobile Internet is turned on the device on which you are testing it. CloudDB needs Internet to work.

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

    is there a way to work on the coding section without using clouddb??

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

      Sure. You can use Google sheets for storing data.

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

    my app is not workiing due to dbcloud not reading

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

      Are you getting an error? I have also shared my project in the video description. You can compare and see if something was missed in the code.

  • @chrisandrews7945
    @chrisandrews7945 6 หลายเดือนก่อน

    I copied everything exactly and the buttons don’t work , why ?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  6 หลายเดือนก่อน

      Kindly tell me what is exactly not working? Which button? So that I am able to suggest a solution. Also, is the basic version from the previous video working?

    • @alielshahbour8769
      @alielshahbour8769 5 หลายเดือนก่อน

      ​@@ObsidianSoftEducationthe sign-up button

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  5 หลายเดือนก่อน

      @@alielshahbour8769 Have you compared the code with my aia project that I have also provided in the tutorial's video description?

  • @melvenblox4179
    @melvenblox4179 5 หลายเดือนก่อน

    How to make it so the user cant sign up without having anything put in the textboxs

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  5 หลายเดือนก่อน

      Please see the advanced tutorial for this app in which I have shown this error handling and also duplicate user name check to avoid a second user using the same user name. th-cam.com/video/Cmy0VueB1zc/w-d-xo.htmlsi=vu0zRKZMdVAp1Ter

    • @melvenblox4179
      @melvenblox4179 5 หลายเดือนก่อน +1

      @@ObsidianSoftEducation Thanks ma'am, really helped me!

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  5 หลายเดือนก่อน

      Most welcome 😊

  • @firasmnasri6883
    @firasmnasri6883 10 หลายเดือนก่อน +2

    how can i get the aia file

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  10 หลายเดือนก่อน +1

      Webpage link in video description. Scroll down and look for sign up Screen project.

    • @firasmnasri6883
      @firasmnasri6883 10 หลายเดือนก่อน +1

      @@ObsidianSoftEducation thank you but i can’t get it

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  10 หลายเดือนก่อน +1

      I am sorry but I just noticed that the aia project on the website is the login screen with password check. I will upload the basic project today, Insha Allah.

    • @firasmnasri6883
      @firasmnasri6883 10 หลายเดือนก่อน

      Ok thank you

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  10 หลายเดือนก่อน +1

      Please download aia file from this page: obsidiansofteducation.blogspot.com/p/sign-up-and-login-in-mit-app-inventor.html

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

    why when i login nothing happens?

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

      Please follow the video carefully. If it still doesn't work, you can import my aia file and compare code. Link in video description.

  • @ThatCodingCube
    @ThatCodingCube 8 หลายเดือนก่อน +1

    Create same turtorial for firebase

  • @dinesh.p
    @dinesh.p ปีที่แล้ว +1

    Can you comment the #colors used

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

      Colors used in this app:
      The background of Screen1 is dark Grey from MIT App Inventor.
      Textbox background color: #f7f3e7ff
      Button background color: #bf515bff
      Button Text Colour: #f7f3e7ff

    • @dinesh.p
      @dinesh.p ปีที่แล้ว +1

      @@ObsidianSoftEducation thank you, mam

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

      @@dinesh.p most welcome :)

  • @Tekayer507
    @Tekayer507 10 หลายเดือนก่อน

    Login and sign up botton is not work

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  10 หลายเดือนก่อน

      Are you getting any error? I have also shared my aia file. Please import that in MIT app inventor to compare your code with my code.

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

    Not working

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

      I'm sorry to hear that it is not working for you. You can import my project from the link in the description to compare codes.

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

    11:46

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

    TYSM for the tutorial but next time dont use diary make you feel like a nerd

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

    تو ایرانی هستی

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

    can you make me an app for my tech class ill pay you 100 Canadian dollars

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

      Mail me the details at obsidiansoftc@gmail.com and I will let you know.

  • @Multi-vibes_lyrics
    @Multi-vibes_lyrics 20 นาทีที่ผ่านมา

    Ty pls robux