GithubClient
GithubClient copied to clipboard
Example of Github API client implemented on top of Dagger 2 DI framework.
`SplashActivityTests` never completes.
What if user opens RepositoriesListActivity and then goes in background. System can kill application process, and then when user will try to open app back to foreground - RepositoriesListActivity will...
We need new presenter on every activity creation anyways. If it is to handle activity recreation then the associated component will also be recreated which in turns results in new...
Added @Inject in SplashActivityPresenter because all the arguments are being provided .
No need to provide SplashActivityPresenter because all the arguments in SplashActivityPresenter are already been provided. Just need to add @inject on SplashActivityPresenter .
Don't need to provide AnalyticsManager in AppModule because AnalyticsManager constructor has only on argument which is Application and Application is already getting provided.
**When i am compile app in 4.4 it it gives error in marshamallow it is working perfect .** ``` 8-04 14:33:18.342 10759-10759/com.app.readyb E/AndroidRuntime: FATAL EXCEPTION: main Process: com.app.readyb, PID: 10759...
Thank you for your sharing this tutorial, it s very helpful I am using your idea about User Scope to share signed user instance across it's sub components. And I...
Attached screenshot. Just git cloned the repo and tried to perform a clean build 
Here is what I came up with Not an issue, per se, but I'm just gonna leave this here 