Ehtesham Hasan

Results 3 issues of Ehtesham Hasan

My question is better asked through an example. Suppose I have 2 repositories, `UserRepository` and `ChatRepository`, like below. ``` public interface UserRepository { /** * Fetches Accounts of all the...

In my project, I need to fetch some data related to the authenticated user, and for that I need the `userId` of the user. I have an `AuthManager` class that...

question
discussion

In this project, all `UseCases` are treated (observed) like they fetch data as `Observable`, as we need to implement the `buildUseCaseObservable` abstract method. But, quite frequently, it is more appropriate...