Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 608 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 608 Bytes

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