Application to display the score and schedule of sports games from selected sports. This application is a draft idea of an app that would display scores and schedules of recent sports events. I used HTTML get and pulled JSON data from my ESPN developers key. Furthermore, I parsed the data and used abstraction to display events for six selectable sports. 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 see the wiki page: https://github.com/theguyontheleft/ScoreHighlights/wiki/Home-Page
- 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
Eclipse
- The program can be made and executed from the terminal as well as from Eclipse
Building the project
- You will need to connect it to an android device and run it through eclipse or use one of eclipses virtual devices.