CourseGrabber is an Android application which implements Android's Calendar Contract API. University of Delaware students can use this app to download their schedule from UD's UDSIS server, then view it in their favorite calendar app. The trickest part of this project was navigating UD's Central Authentication Service through HTTP GET and POST requests, which used session id cookies (JSESSIONID to be exact) and many 302 redirects.
sean-krail/coursegrabber
An Android application for University of Delaware students which downloads their course schedule and creates an Android CalendarContract. This allows the student to use their favorite calendar app to view their schedule.
Java