This repository contains a sample app skeleton that implements MVVM + Clean architecture in Kotlin along with Koin, Coroutines and Retrofit.
Using this combination of MVVM + Clean architecture enhances the separation of concerns with modular approach.
git clone https://github.com/amitkyadav6993/AndroidTv.gitThe live score information provided in this application belongs to cricketdata.org, so you need an API Key from their platform in order to display it. You can get one from this link.
Once you have it, Replace it in build.gradle.kts(app) file "MATCH_API_KEY".
Connect your device and run the build
Download the build from this link and directly install in device (Android Mobile/TV)
https://drive.google.com/file/d/1Z8gbxWA3j-7gPcmAd7KJaCED0ugSIHHv/view?usp=sharingFetch live score Populate the latest match score PIP support Android TV support
Retrofit Koin Kotlin + Coroutine + Flow Glide




