Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does event wrapper pattern replace the use of SingleLiveEvent? #593

Closed
CarterChen247 opened this issue Oct 12, 2018 · 1 comment
Closed

Comments

@CarterChen247
Copy link

According to this medium article, it pointed out that SingleLiveEvent would be an "OK" option, and using a event wrapper pattern would be a "recommended" approach. As I review the code of Google I/O project this year, I could not find any code which is implemented by SingleLiveEvent. So I'm wondering the existing scenarios which adopt SingleLiveEvent can be replaced by the event wrapper pattern or not.

@JoseAlcerreca
Copy link
Contributor

JoseAlcerreca commented Feb 6, 2019

Yup we're doing that in #629 #630.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants