About Planner
This app serves the function of an alarm which also allows the user to set subtasks within the time limit. Initially, the user interacts with the ‘Start’ screen. At the top, one can observe the title of the app. Right under it is a segment of text with the instructions, and directly above it is a label labeled accordingly. The user can scroll up and down with this segment. Next, at the bottom of the page, there is a ‘Start’ button, which is associated with a piece of code that takes the user to the main screen, ‘Screen1’. Now at ‘Screen1’, the user can observe many things. The screen will allow him to set an overall time and then set two subtasks to be completed within the preset time. There are many horizontal arrangements throughout the screen. The rows with two textboxes allow the user to set hours and minutes, from left to right, respectively. The rows where there is only one textbox allow the user to name the subtasks. At the top of the screen, there will be a countdown timer, which will tell the user how much time is left until the main timer, for total time left, rings. At the bottom of the screen, there are two buttons: the ‘Reset’ button and the ‘Start’ button. The ‘Start’ button activates all timers and sets the countdown timer’s time to the total time left. The ‘Reset’ button sets the countdown timer’s minutes, seconds, and hours to 0, and also turns off all timers. There are 9 timers in total(3 for subtask 1, 3 for subtask 2, and 3 for the total duration) for the subtasks and the total time left. They will ring 10 minutes before the main/actual timer for the subtask/overall time rings, 5 minutes before the actual alarms rings, and when it actually rings.