Component - Use cases / Interactors
This component represents the Use Case or Interactor layer in Android app architecture. It acts like a helper that handles specific tasks or business rules, separate from the UI or data storage. Think of it as a friendly assistant who knows exactly how to do one job well, like fetching user info or saving data.