Skip to content

Instantly share code, notes, and snippets.

@bffcorreia
Created May 28, 2017 14:22
Show Gist options
  • Save bffcorreia/9130ce8514f4ef6a3c89dd1d7aa5add4 to your computer and use it in GitHub Desktop.
Save bffcorreia/9130ce8514f4ef6a3c89dd1d7aa5add4 to your computer and use it in GitHub Desktop.
@Provides
public Context provideApplicationContext() {
return application;
}
@Provides @Named("activity_context")
public Context provideActivityContext() {
return activity;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment