Custom GSON request With Volley
Volley, be default doesn’t support GSON. But it gives the flexibility to do anything. Lets see how we can do this. You can read about Complete Volley Demo in Android from here.. I am going to create a new class for the GSON. Below is my class for the GSON. MyGson.java Now create a class… Read More »