Skip to content

Latest commit

 

History

History
68 lines (59 loc) · 2.24 KB

README.md

File metadata and controls

68 lines (59 loc) · 2.24 KB

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