tigerteamdc2

Results 2 comments of tigerteamdc2

Hi @android10 Suppose that I have SessionManager on the data layer to control user state on the application. Somewhere on presenter I would like to check whether the user logged...

@android10 How could I do using UseCase? Could I just do something like ```java if (sessionManager.isLoggedIn()) { // Do something } else { // Go to login page } ```...