Category: android

  • Optimizing Result Handling in Android Development

    Optimizing Result Handling in Android Development

    In modern day Android projects, it’s typical to see a Repository , UseCase or xyz abstract component exposing a business logic like Where Result looks something like this You’ll have some issues when you want to use this wrapper in your reactive return types, mainly As a simple example, let’s compare two methods from each to…