Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Background Students must manage, monitor and optimise their daily screen time to accommodate the other activities in their day ( e . g . classes,
Background
Students must manage, monitor and optimise their daily screen time to accommodate the other activities in their day eg classes, study sessions, social engagements etc. The Screen Smart app must manage their screen time to balance their digital usage over a week.
Example data input your own data:
Day Morning
Screen Time minutes Afternoon
Screen
Time minutes Activity Notes
Used devices for class and research.
Watched
educational videos during breaks.
## #
## #### ##
# #
# Forgot laptop at home.
Objective:
Design an Android app in Android Studio using Kotlin to manage a user's screen time. The app should have three screens:
Splash screen:
Initial screen which indicates the name of the app, your name, your student number and a logo for the app.Option to navigate to the Main screen or exit the app.
Main Screen:
Input the values into the parallel arraysInclude a button that navigates to the Detailed View screen.Functionality to clear the data the user input and then provide the ability for the user to reinput the data.
Detailed View Screen:
Display detailed information for each day's recorded values.
Calculate and display the average screen time over the week.Ensure that users can navigate back to the Main screen.
Data storage:
Use parallel arrays and appropriate variables and functionsmethods
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started