An open API service indexing awesome lists of open source software.

https://github.com/aerecurax/FootballFixturesApp


https://github.com/aerecurax/FootballFixturesApp

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# Football Fixtures App
Android Football Fixtures app that consumes fixtures data from https://www.football-data.org

# Database
Room used!

# Tests
Espresso && JUnits

# Resources
Most of the icons can be found on https://materialdesignicons.com/

# Setup
Obtain your API KEY from https://www.football-data.org for free and update Constants.java

```
/*
* Copyright (c) 2019. Emmanuel Uche
*/

package com.android.assessment.footballapp.workers;

public class Constants {

...

/*Replace with your api_key obtained */
static final String API_KEY = "YOUR_API_KEY";
}

```

# ...
APK-> app/release/
Download Apk


Goodluck!!