KADE Football App is my submission for final project of Dicoding's KADE (Kotlin Android Developer Expert) course.
Data retrieved from https://www.thesportsdb.com/api.php
I'm implementing (my understanding of) MVVM & Repository pattern for this project.
Due to the limitation of the api structure & response, there are some workaround & hack which lead to unnecessary (similar) file, logic or violating the architecture / pattern. There are some data (League) that are hardcoded as resources too.
- Anko
- Retrofit
- RxAndroid & RxKotlin
- Jetpack Viewmodel
- Koin
- Picasso
- Circle Image View
- Stetho
- Mockito
- Espresso