I am Using GSON and Volley library for networking in my android application but while converting the Json response to Model classes using Gson i am getitng the following err
Add default constructor for all classes. Example:
public class Product{ public Product(){ } }