Skip to content

KryptKode/FootBall-Fixtures

Repository files navigation

FootBall-Fixtures

An android app that consumes data from https://www.football-data.org, completely written in Kotlin
Fully compatible with Android Q, supporting light and dark theme (see screenshots)

API Key

Get your free api here
Place it in app/build.gradle

android {
    defaultConfig {
       ...
        buildConfigField("String", "API_TOKEN", "\"PLACE_YOUR_API_KEY_HERE\"")
       ...
    }
    ...
}

Libraries

Screenshots

Dark

Light