Serge Nino Martin Villasica
Serge Nino Martin Villasica
Please refer to this solution here: https://github.com/danikula/AndroidVideoCache/issues/59#issuecomment-267564871
Hi. Any update on this issue ?
Hi, Any update? We are planning to buy several (around 1000) estimote beacons if this issue is resolved.
Why is this closed? Any idea that you can share? Initially, i was thinking to use Room but it is not included in this project
ok is there a fork of this project that has Room incorporated?
Ok. That is one of the obvious ones.. Any others aside from that?
> If you use RxJava in your project, the solution might be to return the Observable from the domain layer and use the reactive streams to convert it to the...
I feel that this code is redundant. You can make use of the `viewModelScope` as the ui scope for the job. It will get cancelled automatically when the view model...
If you are accessing the use case from an Activity then, you are not adhering to `Clean-Architecture` principles. Activities should not have access to use cases but only depend on...
Hi @stasbar , Just curious on your experience in replacing Dagger2. Was it smooth ? or You did a lot of refactoring / changes when shifting the library used?