mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-01-13 20:53:35 +01:00
Making calls async #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @melihaksoy on GitHub (Jul 11, 2019).
Originally assigned to: @melihaksoy on GitHub.
Right now fetching rockets are sequential:
Fetch -> Save -> Return
This should be async. It's good to take al ook at Room's
LiveDatasupport.flowcan be replaced withliveDatabuilder inBaseInteractorin this case.