Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.55 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.55 KB

TimeLY

An Android app that manages University students activities

Application package usages

  • about: Package housing everything related to description of both the contributors to this project and what TimeLY is all about.

  • alarms: Package housing everything about TimeLY's alarm management system.

  • assignment: Package housing everything about TimeLY's assignment management system.

  • core: Package housing every interface, enum, class ... that needs to be public to every other package.

  • courses: Package housing everything related TimeLY's courses management system.

  • custom: Package containing all custom views used in TimeLY.

  • error: Package housing everything related to TimeLY's error display.

  • exam: Package housing everything related to TimeLY's exam management system.

  • gallery: Package housing everything related to TimeLY's image management system.

  • main: The main parts of the app. This package contains mostly the app start-up code.

  • report: Package that houses TimeLY's bug report management systems.

  • scheduled: Package that houses TimeLY's scheduled classes management systems.

  • settings: Contains TimeLY's global settings.

  • timetable: Package that contains TimeLY's timetable management system.

  • util: Package that contains all utility classes, methods, enums...

Feel free to contribute to this project. Review the projects issues and try to fix any of the issues. I'll really love if could do that for me. Thank you for your collaboration.