Login Page in Android Studio using Kotlin | Android Knowledge

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

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

  • @cayetanogomez916
    @cayetanogomez916 8 หลายเดือนก่อน +7

    when i add viewbinding in graddel the program dont catch true, it gives me an error

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

    I like kotlin videos, thanks.

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

    Very Helpful video!! Thank you so much for making this video, it help me a lot!!

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

    hi, sorry for the question, but I don't have the gradle script folder, can you tell me what do i need to do
    ?

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

    Hello, Is it possible to combine your other projects into one project like this login page will open into the navigation page/home menu that you uploaded?

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

    It is very Helpful !

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

    49 seconds in and already color.xml is brimming with code we never got to see written. What else will you be hiding?

  • @德川家源
    @德川家源 10 หลายเดือนก่อน

    thank you sir~

  • @yuchundehanguo5555
    @yuchundehanguo5555 2 ปีที่แล้ว

    sir, is the registration process the same? if different, what's the difference?

    • @android_knowledge
      @android_knowledge  2 ปีที่แล้ว

      Registration process will be different, in upcoming kotlin video we will use firebase for registration.

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

    my UI is perfect, and i have written the same code as yours, but on running it is not showing that layout

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

      Any error captured in logcat?

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

      @@android_knowledge i figured it out, actually my simulator was lagging, i had to change it

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

    why does mine say log in failed

  • @nik-km3cz
    @nik-km3cz 10 หลายเดือนก่อน

    Unresolved reference: databinding Unresolved reference: ActivityMainBinding ( i have this error what shd i do )

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

      Make sure you have added viewBinding in gradle.

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

      you should look your build. gradle. kts(Module:app)
      and under the compile sdk add a buildFeatures() {
      viewBinding=true
      }

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

      @@android_knowledge what if its not allowing me to add viewbinding true into my gradle. i get the problem when adding true

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

    now where did that login bkg come from off your desktop? SKIPPING MAJOR STEPS just ti make a shorter runtime = pissed off viewers that cannot follow along! Don't you know this already?

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

    can you do this with adding music? It s very distracting

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

    Source code, please?

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

    Bhai ye bg page tune kaha se download kia??

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

      I created this bkg in Canva.
      Steps:
      1. Go to canva.com
      2. Search for mobile prototype.
      3. Choose a blank template or any other template.
      4. Customise your background.
      5. Download the image.

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

    I need Password to login
    1234

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

    Or muje karna ho to me kaise karu??

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

    you waste all this time fucking around with graphics, lets get the bottun to work!

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

      To save your time, you can refer the source code: androidknowledge.com/loginpage-in-android-kotlin/