Fran Riádigos

Results 19 comments of Fran Riádigos

@thatfiredev Thanks for replying. The option you propose would work in some scenarios, but not very well when it comes to changing/deleting images. Changing an image by using the same...

Oh.. I'm now suffering the consequences of shutting google+ 😩

Hi, thanks @ksandyasa. As @grojasv mentioned that feature is not yet implemented, but such interesting options are wellcome. Suggestion accepted 😃

Create an array of colors as a resource value. ``` xml @color/white @color/black ``` Then apply it with some few configs in the ProgressProfileView as follow: ``` xml

Hi, thanks for your contribution. In order to accept this PR, please update your code as follow: 1. Reformat your code to fit the current code style 2. Remove unnecessary...

_English below._ Hola Fernando, en mi opinión no veo conveniente mover las capas en un único módulo, ya que perderíamos la restricción que los módulos nos proporcionan, y por desgracia...

Thanks. My approach is similar, but mapping a RealmObject into a Domain Object will make it lose the Live object functionality of Realm. So, Should I lose functionalities in favor...

@Trikke ok, the Parse shutdown is a good point. It make sense :+1: . @yshrsmz yep, I know about that thread confined problem. Thanks.

Hi @kiwiandroiddev, I will try to give you an example on how I understand Use Cases. I think it's intended to be one Use Case for one specific process. Lets...

Ok, but I think there is no limit to use [RxLifecycle](https://github.com/trello/RxLifecycle) inside a Use Case through a Repository, even passing a Provider. That could also decouple the lifecycle logic from...