A cool modern football application to display matches in PremierLeague build with (Compose UI , ,Roomcoroutine ,retrofit ,MVVM Architecture , LiveData)
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
- About the Project
- Built With
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Authors
- Acknowledgements
I build the app to be offline first which loads data from API the inserts it in room database then the view fetches it from the database so the user will always see data which gives better user exprince
Here's how:
- Send request with retrofit to api to get data
- Insert the Fetched data to the Database
- Let the UI fetch the data from Room Database
- Now user always happy because the app always had data:smile:
A list of commonly used resources that I find helpful are listed in the acknowledgements.
A GrandLeague application build with\
-Android Studio -Java SDK
-
Get a free API Key at https://www.football-data.org/
-
Clone the repo
git clone https://github.com/markoeltiger/GrandLeague.git
- Enter your API in
Constats.kt
const val API_KEY = "here your api"
Clone The Project and open it in your android studio it will be helpful if you want to add some thing new
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Mark Saif - Software Engineer - Mark Saif - Build the project