-
Notifications
You must be signed in to change notification settings - Fork 1
Home Page
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 using my ESPN developers key. Furthermore, I parsed the data and used abstraction to create an instance of each unique sport (whichever is currently selected by the spinner combo box). This abstraction was important in order to process the different data of each sport such as; 9th inning vs. 3rd period or Field Goals vs. Three Pointers. The class heiarchy is described here:
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.
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.

