rocketinsights / android-base

A base Android project to start Rocket Android projects off of.
4 stars 0 forks source link

Compose Example #66

Closed IvanToplak closed 3 years ago

IvanToplak commented 3 years ago

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 the PlayerRepo, so there is no communication with remote API, but error handling and internet connectivity were taken into account.

Closing #65

julianfalcionelli commented 3 years ago

Then we can add a brief in our README on how we should maintain the canary branch vs the master one.

IvanToplak commented 3 years ago

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.