Dinar Khakimov

Results 4 comments of Dinar Khakimov

Found workaround: add `android:saveEnabled="false"` to `RecyclerView`

@hieuwu Nice work! We need to get rid of outdated MVP. What do you think about using [mvi-orbit](https://github.com/orbit-mvi/orbit-mvi)? For example you can check [FoldersViewModel](https://github.com/ARK-Builders/ARK-Navigator/blob/main/app/src/main/java/dev/arkbuilders/navigator/presentation/screen/folders/FoldersViewModel.kt) @kirillt MVP is outdated and no...

> I think, it's possible to implement them similarly to [ScoreStorage](https://github.com/ARK-Builders/arklib-android/blob/main/lib/src/main/java/dev/arkbuilders/arklib/user/score/RootScoreStorage.kt) They are not quite like `ScoreStorage`. They can often receive new events (once per second), which will provoke overwriting...

Maybe add a toggle switch between the full and short version of the tags?