antoniolg / androidmvp

MVP Android Example
5.94k stars 1.58k forks source link

how make request for one api #19

Closed enieber closed 8 years ago

enieber commented 8 years ago

I like this project, but i am confused about how to organize my requests for one api and how to organize my access for database.

antoniolg commented 8 years ago

Well, that's part of the rest of the architecture, so it depends on how you want to organize it. You can check this repository to have an idea of a clean architecture: https://github.com/PaNaVTEC/Clean-Contacts

enieber commented 8 years ago

Thanks..