Android Repository Pattern in the Real World
May 1, 2022 · 15 min read · Repository is a common pattern in Android, well, actually not only in Android but even more common in backend development, take Spring Framework, .NET or even Phoenix Framework, all of them use repository pattern. On Android, however, I find it stran...
Join discussion