Skip to content

Instantly share code, notes, and snippets.

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 AAverin/6c0b965dd8fd564e93e06e042e73b23f to your computer and use it in GitHub Desktop.
Save AAverin/6c0b965dd8fd564e93e06e042e73b23f to your computer and use it in GitHub Desktop.
GlobalBus gist for CleanAndroidCode article series https://medium.com/@anton.averin.dev/keep-your-droid-clean-e9c093140eb6
@Singleton
class GlobalBus @Inject constructor() : RxBus()
@ActivityScope
class ActivityBus @Inject constructor() : RxBus()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment