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

preview_player
Показать описание
Login Page in Android Studio using Java & Kotlin || Android UI || 2023 || Foxandroid

Join this channel to access the perks :

--------------------------------------------------------------------------------------------------------------------------------------------------------

Hey Developers,
In this video, I have explained :

* How to design the Login page for your Android application

RecyclerView using Jetpack Compose

Recyclerview in Fragment Android Studio Tutorial

Firebase Data to RecyclerView

How to Make a Clean Architecture Notes App(MVVM/CRUD/ROOM)

How to Install Flutter in Windows 10/11

How to Make Calculator App in Android Studio

#login #ui #androidstudio
Рекомендации по теме
Комментарии
Автор

you just earned a subscriber brother. Thanks a lot

arjunverma
Автор

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

jasperjovens
Автор

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

mayorca_institute
Автор

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

anirbanbanerjee
Автор

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

Kazodpollo
Автор

What is the purpose of a layout inflater?

willsimz
Автор

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

AkramKhan-rlqj
Автор

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

fudzzz
Автор

man you make things look hella easy . 😂😂😂

OmPrakash-mkmp
Автор

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

noviembooc
Автор

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

zortretim
Автор

: '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
connection.Open();

this is my conn string

qrqxfcj
Автор

If i give in split it didn't show anything it is blank what should i do for this

Charlie_Chaplin-ddij