We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Approach Kotlin Flows in replace to Livedata
Hot Flows vs Cold Flows StateFlows ShareFlows
The text was updated successfully, but these errors were encountered:
want to observa a change in your database offline ? use Livedata in Room. if not. Not use it
But Livedata came first for Android then appear kotlin flows . Livedata requeired android dependencias
but room is in data layer and data layer should not have android dependencies https://stackoverflow.com/questions/61669757/do-i-have-to-use-livedata-to-read-query-from-room-database-in-android-kotlin
Sorry, something went wrong.
2d6d3b1
No branches or pull requests
Approach Kotlin Flows in replace to Livedata
Hot Flows vs Cold Flows
StateFlows ShareFlows
The text was updated successfully, but these errors were encountered: