TSTravis Subaninblog.codespiracy.dev·May 1, 2022 · 15 min readAndroid Repository Pattern in the Real WorldRepository 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...00
TSTravis Subaninblog.codespiracy.dev·Apr 27, 2022 · 5 min readOkHttp+MVVM=RetrofitPeople have been asking the question "Retrofit vs OkHttp" for years. Most of the answers would be a feature comparison, pros and cons, then they'll tell you Retrofit saves you so much time. Now it is time for a different answer. I'm gonna convince yo...00