Skip to content

Kotlin Flows are particularly useful in Android development due to their ability to handle asynchronous operations and data streams efficiently. ViewModel is a part of Android Jetpack and is used to manage and store UI-related data in a lifecycle conscious way1. It allows data to survive configuration changes such as screen rotations.

License

Notifications You must be signed in to change notification settings

VaibhavMojidra/Android-Jetpack-Compose---Demo-Flows-With-ViewModel

Repository files navigation

Android Jetpack Compose Demo Flows With ViewModel

Kotlin Flows are particularly useful in Android development due to their ability to handle asynchronous operations and data streams efficiently. ViewModel is a part of Android Jetpack and is used to manage and store UI-related data in a lifecycle conscious way1. It allows data to survive configuration changes such as screen rotations.

This is to demonstrate the use of Kotlin flows in viewmodel.


Vaibhav Mojidra - 1.jpeg

Vaibhav Mojidra - 2.jpeg

About

Kotlin Flows are particularly useful in Android development due to their ability to handle asynchronous operations and data streams efficiently. ViewModel is a part of Android Jetpack and is used to manage and store UI-related data in a lifecycle conscious way1. It allows data to survive configuration changes such as screen rotations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages