Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 507 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 507 Bytes

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