ブックマーク / proandroiddev.com (1)

  • Why you need use-cases/interactors

    Since Clean Architecture became the new hot topic in the Android world there have been loads of code samples and articles that tried to explain how it works and which are its benefits. However, I always hear these questions from developers that try to apply it: What are these Use Cases/interactors supposed to do? Why can’t I call directly the repository from the Presenter/ViewModel? Why should I h

    Why you need use-cases/interactors
    sakky711
    sakky711 2022/10/13
    “Layers can be implemented in several ways, based on the size of the program you can choose among different approaches:”
  • 1