App that displays soccer fixtures. Because... why not 🙂
Add the following values to your local.properties
:
- LIVESCORE_API_URL = https://livescore-api.com/api-client/
- LIVESCORE_API_KEY = your_api_key
- LIVESCORE_API_SECRET = your_api_secret
- Timber for logging
- Retrofit for network calls
- Eithernet to model network responses as a sealed API result type
- Koin for dependency injection
- Jetpack Compose for UI
- State Flow to model observable streams