A sample survey app that showcases text input, validation and UI state management in Compose.
Learning Outcomes :
By end of this project:
You’ll be able to work on Android studio and build an app.
You’ll be able to integrate the database accordingly.
Project Workflow:
Users register into the application.
After registration , user logins into the application.
User enters into the main page
From Admin Side he can login to the app and can view all the data.
Tasks:
1.Required initial steps
2.Creating a new project.
3.Adding required dependencies.
4.Creating the database classes.
5.Building application UI and connecting to database.
6.Using AndroidManifest.xml
7.Running the application.