Skip to content

Repository files navigation

spectrum

The app for color recognition. The app uses a camera for extracting colors from the picture. It can be one color (from center of the screen) or set of colors (palettes).

Architecture

flowchart TB

subgraph Main[" "]
direction LR
  subgraph presentation["presentation"]
    View --> Presenter
    Presenter --> View
    Presenter --> Model
  end

  subgraph domain["domain"]
  direction LR
    interactor["interactor"]
  end

  subgraph data["data"]
  direction LR
    repository["repository"]
    database["database"]
  end

  presentation-->domain
  domain-->presentation
  domain-->data
  data-->domain
end
Loading

Technologies

  • Kotlin
  • Coroutines
  • Palette
  • Glide
  • Moxy
  • Room
  • Hilt
  • Navigation component
  • Camera2

About

The app for color recognition

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages