Protocol buffers or Protobuf, is a binary format that was created by Google to serialize structured data that is transferred…
We have previously written about parsing JSON in Android without using any libraries in this post. In this one, we…
Note: If you are interested in seeing the implementation of this using retrofit, refer to our other post about Using…