An android application intended for NU students.

  • Imports (parses) the entire week’s timetable from the excel file (provided by university’s ERP).
  • Displays the daily schedule in more intuitive manner.
  • It calculates and displays next class, also provides notification 10 minutes before the class.

Play Store Link
Code available on Github


Notes

Apache POI was used to parse excel file.

Currently the app supports only binary excel files (excel format 97-2003), adding support for the newer excel files would bloat the app too much, ultimately the aim would be to delegate this task to University’s ERP, which then can send the timetable in easier format ie json or ical format and then the app can just fetch the data in background.


Screenshots