Skip to content
James Dagres edited this page Oct 10, 2013 · 7 revisions

Welcome to the ScoreHighlights wiki!

APP DESCRIPTION: Application to display the score and schedule of sports games from selected sports. The idea of it was to create an application that would be an app that would display scores. I used HTTML get and pulled JSON data from my ESPN developers key. Furthermore, I parsed the data and used abstraction to create an instance of each unique sport. That was important in order to process different data, such as 9th inning, vs 3rd period. The class heiarchy is described here:

Class Diagram

Unfortunately ESPN doesn’t give a parameter for the score of the competitors, I will implement that whenever I get the chance. This code is a draft of the app idea, and is more of a base for anyone that would like to create an app to display scores and sports events.

For more information on the threading and the program sequence refer to the following.

Class Diagram

FEATURES Can pull events from 6 sports Can select and scroll through events Uses OO and abstraction to set up display for different sports and events Parses ESPN data to create a base score highlights application

For more information see the README.

Clone this wiki locally