Projeto mobile visando criar uma tela de autenticação
- Campo para inserir o Nome
- Campo para inserir a Senha
- Botão de entrar que instancia uma classe User e faz um log do nome e senha
- Utilização do Compose "TextField"
- Utilização do Compose "Icon"
- Utilização do Compose "Button"
- Aplicação do argumento "visualTransformation" para as Senhas
- Aplicando labels(etiqueta) aos Campos de Textos
- Criação de uma Data Classe
- Instanciamento da Classe
- Aplicação do "mutableStateOf" tornando possível a Recomposição do Campo de Texto
- Importação da biblioteca do Material Icon
- Linguagem: Kotlin
- Toolkit: Jetpack Compose
Mobile Project aiming to create an authentication app
- Field for the Username
- Field for the Password
- Sign In button that instance an User class and make an output of the username and password
- Applying the Compose function "TextField"
- Applying the Compose function "Icon"
- Applying the Compose function "Button"
- Applying the argument "visualTransformation" for the password field
- Applying labels for the Text Fields
- Creating a Data Class
- Instancing the Class
- Apply of "mutableStateOf" turning possible the Recomposition of the Text Field
- Importing of the Material Icon librarie
- Programming Language: Kotlin
- Toolkit: Jetpack Compose