Skip to content

Instantly share code, notes, and snippets.

@ibrahimsn98
Last active August 19, 2018 15:38
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 ibrahimsn98/297144a92a7ae69f9277e102c54b8ab6 to your computer and use it in GitHub Desktop.
Save ibrahimsn98/297144a92a7ae69f9277e102c54b8ab6 to your computer and use it in GitHub Desktop.
android-mvvm-with-dagger-2
@Module
public abstract class ActivityBindingModule {
@ContributesAndroidInjector(modules = {MainFragmentBindingModule.class})
abstract MainActivity bindMainActivity();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment