- Get an account at marvel
- Put your Api key and Private Key in gradle.properties
- Run it
graph LR
A[View] --> B[View Model <br/> \u0028plataform dependent\u0029] --> C[Use Cases] --> D[Repositories] --> E[Data Sources]
graph LR
A[App] --> B[MVVM <br/> \u0028plataform independent\u0029] --> C[Data <br/> \u0028plataform independent implementations hidded behind interfaces and exposed through dependency injection\u0029] --> D[Domain <br/> \u0028plataform independent\u0029]