Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 635 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 635 Bytes

Soccer-stats

Native Android application that serves as an API client for displaying a curated list of soccer competitions.

Architecture Patterns

Version 1.0: provides the most basic implementation of the application, written in Java and AsyncTasks

Version 2.0: Updated application, Java -> Kotlin, use retrofit instead of AsyncTasks, minor UI updates.

Version 3.0 (WIP): Kotlin, MVVM architecture, Coroutines, Retrofit, etc.

Acknowledgments

Thanks to the open API library "http://www.football-data.org/"