A couple weeks ago, I made a post on Gson vs Jackson vs Moshi by comparing them on a more general sense of view with…
A couple weeks ago, I made a post on Gson vs Jackson vs Moshi by comparing them on a more general sense of view with…
Before the Kotlin era of Android, the development ecosystem was completely different. Not only with the overhaul of a new fresher language to build for…
Consider yourself lucky if you have an API that gives you all the data you want in your app and nothing else. Unfortunately, that’s rarely…
If you’re feeling lazy, there’s a TLDR at the bottom. It’s a situation we’re all familiar with. We write one feature, it’s working finely. We…
Retrofit has become a very familiar name in the Android ecosystem for a very useful library. One that turns your HTTP API into a Java…