ColCalendar18 is a calendar application that allows for students to keep track of and prepare for assignments added to the program in a timely fashion. There is an algorithm that determines the optimal order of completion for assignments on a grade-weight-date scale per class. Students are able to add courses, events, and assignments to the calendar and receive notifications for close to due date assignments. The program automatically determines the optimal order of completion for assignments when displayed to the user. Events and assignments are displayed to the user when selecting a date on the home page of the calendar.
- Installation of Android Studio, Version 4.1
- Installation of AVD Emulator, Pixel 2 - API 30
-
The correct Java version will be downloaded through Android Studio
-
Click AVD Manager
-
Download Pixel 2 With API 30
-
Press New > Import Project > src
-
Create New Run Configuration
- Set Module To ColCalendarApp
- Default APK
- Before launch, Grade-aware Make
- Save Configuration
-
Launch Android Emulator
-
Press Play to Install APK