Jetpack compose UI Challenge - building a modern login screen with Jetpack Compose

preview_player
Показать описание


0:00 Introduction
02:06 Styling
07:48 Building the screen
35:35 Preview
Рекомендации по теме
Комментарии
Автор

sir in jmy textfield text not start from the start of

saeedsharif
Автор

Bro design fascinated me. Did you also learn ui ux designing?

jasmeetsinghchawla
Автор

Hey! Thx for sharing Boss. I think the initial proyect repo is not complete :/

Martin-nbsg
Автор

Nice design, but I cannot find the repo, kindly help

daviddereba
Автор

git hub repo not complete.hard to identify the project

themindsetgarage
Автор

Thanks for the video (●'◡'●)

Ali_Jafari
Автор

i got problem, i cant find `TextFieldDefaults.color` method

colors = TextFieldDefaults.color(
unfocusedPlaceholderColor = MaterialTheme.colorScheme.unfocusedTextFieldText,
focusedPlaceholderColor = MaterialTheme.colorScheme.focusedTextFieldText,
unfocusedContainerColor = MaterialTheme.colorScheme.textFieldContainer,
focusedContainerColor = MaterialTheme.colorScheme.textFieldContainer,
)

how to update this code?

frankyjunior