Is it possible to upload a big file using Retrofit + OkHttp and get progress updates using RxJava?
This is the stack im using (RxJava + Retrofit + OkHttp) and it would be lovely to get progress updates in, for instance, onNext().
Is it possible to upload a big file using Retrofit + OkHttp and get progress updates using RxJava?
This is the stack im using (RxJava + Retrofit + OkHttp) and it would be lovely to get progress updates in, for instance, onNext().