D darabon Active Member Mar 14, 2021 #1 I know that I can use httputil class for progress upload file But it's good if We can progress with the library not class I try to use the library instead of class Have you planned to add progress to the library?
I know that I can use httputil class for progress upload file But it's good if We can progress with the library not class I try to use the library instead of class Have you planned to add progress to the library?
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2021 #2 Never use OkHttp without OkHttpUtils2. darabon said: But it's good if We can progress with the library not class Click to expand... You can. There is nothing special in the class. Upvote 0
Never use OkHttp without OkHttpUtils2. darabon said: But it's good if We can progress with the library not class Click to expand... You can. There is nothing special in the class.
D darabon Active Member Mar 15, 2021 #3 Erel said: Never use OkHttp without OkHttpUtils2. You can. There is nothing special in the class. Click to expand... I used OKHttpUtils2. And why " Never use OkHttp without OkHttpUtils2." ? Upvote 0
Erel said: Never use OkHttp without OkHttpUtils2. You can. There is nothing special in the class. Click to expand... I used OKHttpUtils2. And why " Never use OkHttp without OkHttpUtils2." ?
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2021 #4 To make it work properly and reliably, you will need to add similar features to the ones already implemented in OkHttpUtils2. Upvote 0
To make it work properly and reliably, you will need to add similar features to the ones already implemented in OkHttpUtils2.
D darabon Active Member Mar 15, 2021 #5 Erel said: To make it work properly and reliably, you will need to add similar features to the ones already implemented in OkHttpUtils2. Click to expand... Oh You right, Thanks Upvote 0
Erel said: To make it work properly and reliably, you will need to add similar features to the ones already implemented in OkHttpUtils2. Click to expand... Oh You right, Thanks