Last active
June 26, 2016 08:57
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Singleton | |
class GlobalBus @Inject constructor() : RxBus() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ActivityScope | |
class ActivityBus @Inject constructor() : RxBus() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment