A native Android application built with Kotlin to display football standings from past seasons. Powered by API-Football.
git clone https://github.com/Android-Course-UPB/project-Alex250801 cd football-app
File > Open > Navigate to the cloned directory
app/src/main/java/com/example.footballapp/util/Constants.kt
Update the API constants:
object Constants { const val BASE_URL = "https://v3.football.api-sports.io/" const val API_KEY = "your_actual_api_key" const val API_HOST = "v3.football.api-sports.io" }