Hey CodeCrew,
Ok, Here I go!!
Layout of my screens :
Screens
I will also be working with the recommended API : SportsData.io
2 Likes
Did not get the chance to do as much I wanted to this week but So far I have the basic layout and I will start working on the API calls next
1 Like
Ok, so I manage to get all the functionality completed. I still have a few tweaks to make with the API calls, which should be completed by tomorrow.
In the Matches screen, I created 2 Sections one for all the games and the top section is for the user’s favorite teams that have an upcoming match on that date
For the favorite screen, I added a button to allow the user to add as many teams as deserved
1 Like
Looks fantastic
…. But Bucks can’t be on 4th with that W-L ratio?
lol yea good catch… I think they should actually be third. I will see what’s going on
1 Like
Consider making your Standing struct conform to Comparable then you can sort on percentage.
Thanks man, I never used Comparable before but I will check it out