android-async-http
android-async-http copied to clipboard
AsyncHttpClient.get()/post() must have a non-null ResponseHandlerInterface?
sometimes we do not need result, but cannot use a null ResponseHandlerInterface argument, or it throws error.
what about allowing null ResponseHandlerInterface argument? so that we don't need to create a useless object.
yeah ! I don't think the design is very reasonable