Is there a way to specify the method programatically, instead of calling the get/put/post/delete methods explicitly?
AndroidNetworking.request(url)
.setRequestMethod("GET")
Such a feature would make the library much more re-usable.
@paulg446 This is not present in current version, I will add this feature in new version.
Added support for this in the new release.
Check here.
Most helpful comment
@paulg446 This is not present in current version, I will add this feature in new version.