Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.47 KB

TEAM 18

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.

Team Members and Roles

Prerequisites

  1. Installation of Android Studio, Version 4.1
  2. Installation of AVD Emulator, Pixel 2 - API 30

Run Instructions

  1. Download Android Studio

  2. The correct Java version will be downloaded through Android Studio

  3. Click AVD Manager

  4. Download Pixel 2 With API 30

  5. Press New > Import Project > src

  6. Create New Run Configuration

    1. Set Module To ColCalendarApp
    2. Default APK
    3. Before launch, Grade-aware Make
    4. Save Configuration
  7. Launch Android Emulator

  8. Press Play to Install APK