Tuesday, February 2, 2016

RetroClient- Library for making HTTP calls using Retrofit and OkHttp

Standard
Hello All:

Interaction with back-end using REST based API is very common in application development.
There are multiple libraries to make network calls on Android. Following two are most used.
  1. Volley
  2. Retrofit
In this tutorial I will share a library which can be helpful in making network calls on Android.

Thursday, October 1, 2015

Sunday, September 20, 2015

Convert PNG, JPEG, TIFF to WebP

Standard
Hello All:

Everybody wants to reduce the size of his/her android application. Images contribute a lot in increasing the application size. Google has released a new image type Webp. In this post I will share a simple utility which can do bulk conversion of images to webp.

Sunday, August 30, 2015

Thursday, August 20, 2015