• Stars
    star
    113
  • Rank 299,346 (Top 7 %)
  • Language
    Kotlin
  • License
    Apache License 2.0
  • Created about 4 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example of Flow + LiveData w/ Room as single source of truth for data in an MVVM architecture

Refactored Umbrella β˜”

Refactored Umbrella is a side project to check modern Android Development with Kotlin Coroutines & Flow, MVVM & Koin.

CI codebeat badge

Architecture

The architecture of the project is following the MVVM pattern suggested by Android Architecture Components.

Testing

The testing of the various components in the project follows the patterns details below: