Fast-Android-Networking
Fast-Android-Networking copied to clipboard
How to use an Observable when the response is a Response?
trafficstars
Example:
Rx2AndroidNetworking.post(EndPoint.ENDPOINT) .build() .getAsOkHttpResponse(new OkHttpResponseListener() { @Override public void onResponse(Response response) {
}
@Override
public void onError(ANError anError) {
}
});
I think that with fast networking library isnt possible
I will add this support.
@amitshekhariitbhu any news?