Piotr Wittchen

Results 193 comments of Piotr Wittchen

Code looks quite fine. Maybe small adjustments can be done after merge. I'll test it later and if everything will be ok, I'll merge it.

Hi, Thanks for reporting this issue. In the library, I explicitly unregister callback while calling `dispose()` method. You can take a look at this line: https://github.com/pwittchen/ReactiveNetwork/blob/RxJava2.x/library/src/main/java/com/github/pwittchen/reactivenetwork/library/rx2/network/observing/strategy/LollipopNetworkObservingStrategy.java#L61. Is there any particular...

Ok, I'll check what I can do with use case with `clear()` method.

Another idea could be moving your code to the place independent from the Activity Lifecycle. E.g. to instance of the Application or dedicated Android Service. You can monitor network in...

Hi, You don't need this library for this. You can check e.g. this solution: https://stackoverflow.com/questions/19154992/getting-data-speed-of-wifi-mobile-network-programmatically#19155177 -- Piotr Wittchen, http://wittchen.io śr., 13 lis 2019, 05:42 użytkownik Reja napisał: > Hi Sir,...

Then you'll need to perform combination of the library and the code snippet with connection speed wrapped as RxJava observable. These two observables will need to be combined with flatmap...

I can try to provide such example later when I find some time, but I cannot promise you the exact date. -- Piotr Wittchen, http://wittchen.io śr., 13 lis 2019, 16:22...

Thanks for reporting that. I'll have a look at this issue. -- Piotr Wittchen, http://wittchen.io pon., 22 lip 2019, 14:59 użytkownik Ahmed Mourad napisał: > *Describe the bug* > When...

Hi, Thank you for the message. It's my side project and I have limited amount of time for such stuff these days due to daily work and other things. I'll...

Sorry guys. I've been busy at daily work and doing other stuff. I have some free time in the nearest days, so I'll try to push some updates. -- Piotr...