Closed IvanToplak closed 3 years ago
Then we can add a brief in our README on how we should maintain the canary branch vs the master one.
Then we can add a brief in our README on how we should maintain the canary branch vs the master one.
I've added "Important branches" section to the master branch readme.
This example shows how to add new compose screen to existing project with Android views.
PlayerScreen
shows info about random Croatian national team football player. There is a refresh button to fetch another random player. For simplicity sake, data were provided in thePlayerRepo
, so there is no communication with remote API, but error handling and internet connectivity were taken into account.Closing #65