Login Page in Android Studio using Java & Kotlin || Android UI || 2023 || Foxandroid

Поделиться
HTML-код
  • Опубликовано: 9 фев 2023
  • Login Page in Android Studio using Java & Kotlin || Android UI || 2023 || Foxandroid
    Follow me on Discord: / discord
    Join this channel to access the perks :
    / @_foxandroid
    Patreon Link: / foxandroid
    Follow me on Instagram: / foxandroidblog
    Follow me on Facebook: / foxandroidblog
    --------------------------------------------------------------------------------------------------------------------------------------------------------
    Hey Developers,
    In this video, I have explained :
    * How to design the Login page for your Android application
    RecyclerView using Jetpack Compose
    • RecyclerView using Jet...
    Recyclerview in Fragment Android Studio Tutorial
    • Recyclerview in Fragme...
    Firebase Data to RecyclerView
    • Firebase Data to Recyc...
    How to Make a Clean Architecture Notes App(MVVM/CRUD/ROOM)
    • How to Make a Clean Ar...
    How to Install Flutter in Windows 10/11
    • How to Install Flutter...
    How to Make Calculator App in Android Studio
    • How to Make Calculator...
    #login #ui #androidstudio
  • НаукаНаука

Комментарии • 25

  • @dev.fatmayildiz
    @dev.fatmayildiz Год назад +2

    great tutorial. Thank you

  • @dreamer587
    @dreamer587 Год назад +1

    🔥🔥🔥

  • @impatientgaming9868
    @impatientgaming9868 8 месяцев назад

    Good One

  • @Juliee01
    @Juliee01 7 месяцев назад

    Thanks for this tutorial. ❤

  • @juniorMr
    @juniorMr Год назад +1

    Great tutorial

  • @ranjanadissanayaka5390
    @ranjanadissanayaka5390 3 месяца назад

    very useful thank you dude.

  • @user-ss2gy2eq6y
    @user-ss2gy2eq6y Год назад

    Great tutorial!Thanks!

  • @arjunverma3408
    @arjunverma3408 2 месяца назад

    you just earned a subscriber brother. Thanks a lot

  • @manish6159
    @manish6159 Год назад

    Thank you brother !!!

  • @ASHOK-ob3yu
    @ASHOK-ob3yu 3 месяца назад

    very useful thank you Bro

  • @mayorca_institute
    @mayorca_institute Год назад +1

    Create a connection to database and navigate to home page... Please 🙏

  • @jasperjovens6961
    @jasperjovens6961 Год назад

    helo,,,thanks for that, i want to ask how can i make such a login page to first display before someone logs in my web view app??

  • @Kazodpollo
    @Kazodpollo 6 месяцев назад

    Can I use this to implement in the future with kotlin multiplatform?

  • @OmPrakash-mk6mp
    @OmPrakash-mk6mp Год назад

    man you make things look hella easy . 😂😂😂

  • @willsimz144
    @willsimz144 Год назад

    What is the purpose of a layout inflater?

  • @AkramKhan-rl5qj
    @AkramKhan-rl5qj 7 месяцев назад

    Can you please create it by coding instead of drag and drop , bcoz I want to know the UI component of kotlin

  • @anirbanbanerjee14
    @anirbanbanerjee14 4 месяца назад

    My material card view isn't getting round corners and also an error in the shape appearance attribute, can you help me out with this ??

  • @fudzzz
    @fudzzz Год назад

    Thanks for this beginner tutorial. How did you manage to get round buttons? Mine care square by default.

    • @vincentakuma8284
      @vincentakuma8284 Год назад +1

      Add a cornerRadius attribute to your button view in xml and set to the dp of your choice.

    • @fudzzz
      @fudzzz Год назад

      @@vincentakuma8284 Thank you!

  • @sisoMK
    @sisoMK Год назад +5

    Source code?

  • @noviembooc2206
    @noviembooc2206 Год назад

    can u add firebase on the app?
    btw great video!

  • @user-qr7qx9fc4j
    @user-qr7qx9fc4j Год назад

    : 'Unable to connect to any of the specified MySQL hosts.' IM getting this exception
    var builder = new MySqlConnectionStringBuilder
    {
    Server = "localhost",
    Port = 3306,
    UserID = "root",
    Password = "root",
    Database = "DemoProject",
    Pooling = true,
    SslMode = MySqlSslMode.None
    };
    var connection = new MySqlConnection(builder.ToString());
    connection.Open();
    this is my conn string

  • @zortretim6534
    @zortretim6534 Год назад

    Thanks, i appreciate it !!!
    But I don't see the java code part

  • @Charlie_Chaplin-dd2ij
    @Charlie_Chaplin-dd2ij 2 дня назад

    If i give com.google.android.material.card.MaterialCardView in split it didn't show anything it is blank what should i do for this