Emanuel
Emanuel
better would be an example for non android apps.
Fixed in [https://github.com/mynote/WebSqlSync/commit/14d67f08487f9544dd95b45d50ec01e5eb88507f](url)
Its recommended since Livedata is Lifecycle-aware. Rx isn't aslong as you dont dipose it with your lifecycle. If you forget to unsubscribe/dispose your subscription if the view is gone you...
@prabinshrestha , there are several ways solving that. ``` Flowable.just(yourDao.updateQuery()) Flowable.create( e -> e.onNext(yourDao.updateQuery())) Flowable.fromCallable( () -> yourDao.updateQuery()) ``` Better use Single, since you can only receive one result for...
Got the same problem but with windows. It doesn't just drop the Internet-connection, it crashes the Fritz box on Windows (when having rate more than 4000). I tried it on...
Thank you, Mario. Cheers, Emanuel
zigbeechannel is missing which is important ;-)