KryptKode / FootBall-Fixtures

An android app that consumes data from https://www.football-data.org, completely written in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An android app that consumes data from https://www.football-data.org, completely written in Kotlin


Languages

Language:Kotlin 97.5%Language:Java 2.5%