Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bheck890/sportdataapi
Get Recent Scores of Sport Teams
https://github.com/bheck890/sportdataapi
api-rest database koltin-android mvvm-architecture
Last synced: 11 days ago
JSON representation
Get Recent Scores of Sport Teams
- Host: GitHub
- URL: https://github.com/bheck890/sportdataapi
- Owner: Bheck890
- License: mit
- Created: 2024-09-07T01:58:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T18:38:20.000Z (4 months ago)
- Last Synced: 2024-11-06T07:12:34.389Z (2 months ago)
- Topics: api-rest, database, koltin-android, mvvm-architecture
- Language: Kotlin
- Homepage:
- Size: 4.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SportDataAPI
Application that uses thesportsdb.com Database API
To search the Game History of a Team and Retrieve the Recent Scores
## Screen Shots
Start Menu
![alt text](Readme-Pics/0Menu.jpg)
Game History
![alt text](Readme-Pics/1History.jpg)
Incorrect Name
![alt text](Readme-Pics/2Wrong.jpg)## Built With
* Android Studio
* Maven
* Learned with google Searching, and youtube
* www.thesportsdb.com as API Database## Author
Project Coded by - Bailey Heck## License
This project is licensed under the MIT License.## Acknowledgments
Project idea From - ReachMobi## History
Made as a Test for an Android Job at ReachMobi
I Learned how to use koltin and common Archetecture Practices
that are used in the Production of Applications.## Key Programming Concepts Utilized
I learned Koltin, API Calls, and the MVVM Archetecture.