AMIT SHEKHAR

Results 157 comments of AMIT SHEKHAR

As the library suppport RxJava, you can apply any operators from the RxJava. Check official RxJava website for operators.

Do you really want to delay the request for 3 seconds? I will not recommend doing that. One way is to write the logic at the client's end that if...

Sorry, currently it does not. But we can write a custom converter factory for that.

@akshay-shetty Try from here: https://github.com/amitshekhariitbhu/Fast-Android-Networking/issues/355

I only have it in JavaScript.

As the current project is just a sample project. But yes, we can make it better here. There are two ways to do it. - Do not call onComplete. -...