Skip to content
#

kotlin-flows

Here are 131 public repositories matching this topic...

This repository contains "Drink Reminder" app source code. Its purpose being, to quickly demonstrate Android, Kotlin and software development in general, clean code, best practices, testing and all those other must know goodies.

  • Updated May 21, 2024
  • Kotlin

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.

  • Updated Mar 11, 2024
  • Kotlin

Improve this page

Add a description, image, and links to the kotlin-flows topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kotlin-flows topic, visit your repo's landing page and select "manage topics."

Learn more