Petr Shubin
Petr Shubin
Hi, I am not familiar with this style. Could you describe it in more detail? Entities, pattern, architecture, etc. Once I have an understanding, I will be ready to implement...
Hi, at the moment the implementation is only for desktop and android platforms. I have plans to expand the list of platforms, but currently experiencing difficulties with testing. However, I...
Доброго времени суток! На данный момент условие перед навигацией можно реализовать с помощью переопределения BackHandler и составления условия во MyComponentViewModel. Пример. ``` ... BackHandler() { viewModel.onBackClicked() } ... ``` ```...