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

Move AsyncTasks to LiveData observers where possible #45

Open
ChrisLane opened this issue Mar 3, 2018 · 0 comments
Open

Move AsyncTasks to LiveData observers where possible #45

ChrisLane opened this issue Mar 3, 2018 · 0 comments

Comments

@ChrisLane
Copy link
Owner

Currently, we have a lot of AsyncTasks and it's all getting out of hand and rather messy. Since the majority of these are all for the Android Room queries, we should instead be using observers, especially since these will keep up-to-date with the data and react accordingly to lifecycle events.

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

No branches or pull requests

1 participant