Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created March 7, 2016 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frogermcs/7e10758b9f083a621677 to your computer and use it in GitHub Desktop.
Save frogermcs/7e10758b9f083a621677 to your computer and use it in GitHub Desktop.
Dagger 2 Producers
AppProductionComponent appProductionComponent = DaggerAppProductionComponent.builder()
.executor(Executors.newSingleThreadExecutor())
.appComponent(appComponent)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment