Simple Login UI in Jetpack Compose

Опубликовано: 14 Октябрь 2024
на канале: WhiteBatCodes
2,985
26

In this video you'll see how to make a simple Login interface step by step that, once the credentials are checked, opens the main activity.

We'll create everything using Jetpack Compose and Kotlin and we'll only add one library to extend the icons :
implementation "androidx.compose.material:material-icons-extended:1.4.3"

Code can be found here :   / simple-login-page-in-jetpack-compose  

#androidstudio #android #androiddev #kotlin #jetpack #jetpackcompose #login #ui #design #stepbystep #toturial