antoniolg / androidmvp

MVP Android Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how make request for one api

enieber opened this issue · comments

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.

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

Thanks..