Skip to content

Plain app to demonstrate Kotlin Flow API with Jetpack Compose as well as Unit testing them with Turbine API...

License

Notifications You must be signed in to change notification settings

raheemadamboev/kotlin-flows

Repository files navigation

kotlin-flows

Plain app to demonstrate Kotlin Flow API with Jetpack Compose as well as Unit testing them with Turbine API...

Kotlin Flows

Tech stack:

  • Flow, State, StateFlow, SharedFlow, Channel
  • Unit testing Kotlin Flow API with Turbine API
  • Jetpack Compose
  • collectLatest and collect
  • launchIn, onEach, map, filter simple Flow operators
  • count, reduce, fold Flow terminal operators
  • flatMapConcat, flatMapMerge, flatMapLatest
  • buffer, conflate
  • implementing test Kotlin Coroutine dispatchers

About

Plain app to demonstrate Kotlin Flow API with Jetpack Compose as well as Unit testing them with Turbine API...

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages