crjacinro / kotlin-flow-demo

A sample repository to demonstrate the use of Kotlin Flow in an Android application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotlin-flow-demo

A sample repository to demonstrate the use of Kotlin Flow in an Android application

Network Disconnection Counter Application

A simple demo app that counts how many times the user has been disconnected from the network / wifi. This network change simulates an external event and the counter simulates an external data. This data will become the data contained in the Flow which will be consumed by the UI.

About

A sample repository to demonstrate the use of Kotlin Flow in an Android application


Languages

Language:Kotlin 100.0%