public static List<GasType> getGasTypeList() {
RequestQueue queue = Volley.newRequestQueue(this);
}
this can not be referenced from a static context
I tried everything I know but still no result.
public static List<GasType> getGasTypeList() {
RequestQueue queue = Volley.newRequestQueue(this);
}
this can not be referenced from a static context
I tried everything I know but still no result.