Skip to content

A sample app that showcases text input, validation and UI state management in Compose.

Notifications You must be signed in to change notification settings

jaykishan-sewak999/jetpackcompose

Repository files navigation

jetpackcompose

A sample app that showcases text input, validation and UI state management in Compose. This example contain UI for Login and Sign up screen which include below points



• Low complexity
TextField and form validation
• Login screen
• Sign up screen
• Element reusability and styling
• Various form elements
• Navigation
• Pass data from one screen
• Manage call back
• View model
• Post API call using Retrofit
• MVVM