See more
…elProviders.of(this).get(JsonViewModel.class); model.getData().observe(this, data -> { // update UI }); }}
…ry { val useCaseResult = myUseCase.execute(...params...) myProcessingMethod(useCaseResult) } catch (e: MyException) { ...deal with the exception... } }}