Jorge E. Hernández

Results 32 comments of Jorge E. Hernández

I haven't added support for images, that'd be a good idea to implement. Will leave this issue open.

Thanks @Trikke , I'll give it a try later today and let you know the results.

@johnwatsondev It's a nice approach when passing a couple of params, but...what if you need to pass an object with a lot of properties/members..?

@Trikke If I let the `SignUpUseCase` to receive the `Usermodel`...wouldn't this be breaking the dependency rule? I mean, the domain layer would be depending on a class of the presentation...

@Trikke Thanks for your comment! Is is really helpful and clear. @android10 what do you think about @zhengxiaopeng 's comment? Even when you have said... > It is worth mentioning...

This may help you @MehdiChouag https://github.com/android10/Android-CleanArchitecture/issues/32

This is not a library, is a sample project. > I don't know am implemented this library correctly. Have you tried what's in the [README](https://github.com/lalongooo/VideoCompressor/blob/master/README.md)?

Currently I'm not using proguard for this project, so...I cannot share a proguard file with you :cry:

What Android version are you testing with?

Hey @Horopter, what do you mean by "from scratch"? You just need to import the project into Android Studio. Also, do you have any error messages? It's hard to help...