Android/iOS Exercise
This is a basic test for iOS and Android candidates. This test should not take you more than 1 hour to complete. Simply follow these instructions:
- Fork this repository
- Create a new iOS or Android Project with just one screen
- Use the API mentioned below to get a list of football/soccer games for one season
- Show the details(home team, away team, status, goals, date/time) of all the games in a list
- Extra credit: Store the data locally on the device. When the app loads for the second time, use the local data if it has been loaded already.
- Send the link to your Github repository once all the code has been pushed
API: http://api.football-data.org/alpha/soccerseasons/398/fixtures
API Documentation if needed: http://api.football-data.org/documentation
Things to remember:
- Use best practices. Code quality matters.
- There is a limit on the API but it should be sufficient. You can request for an API key but it is not required.
- A clean UI helps but you don't have to spend too much time on perfecting it.
- Use libraries to make things easier (Hint: RestKit/Retrofit)
- Spend as little time as possible.