Marko Novakovic
May 17, 2021

--

Repository pattern is a bit redundant on Android don't you think? Repository is supposed to be something like ORM, map entities not mediate between API and Database as its commonly done. We have libraries like Room to map Database models and Gson for API models. Let alone that Repositories in most projects are full of delegate one liners for API and Database. Any reasons to use Repository Pattern?

--

--

No responses yet